To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?森}?森{^ | 001111111001000001011000011111010011111110010000010110000111101101011110 | 3f90587d3f90587b5e |
EUC-JP | ?森}?森{^ | 001111111011111110111001011111010011111110111111101110010111101101011110 | 3fbfb97d3fbfb97b5e |
UTF-8 | 댦森}댦森{^ | 111010111000110010100110111001101010001110101110011111011110101110001100101001101110011010100011101011100111101101011110 | eb8ca6e6a3ae7deb8ca6e6a3ae7b5e |
UHC | 댦森}댦森{^ | 1000100011001001110111111011010101111101100010001100100111011111101101010111101101011110 | 88c9dfb57d88c9dfb57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)