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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?竪?竪^ | 00111111100100100100011100111111100100100100011101011110 | 3f92473f92475e |
EUC-JP | ?竪?竪^ | 00111111110000111010100000111111110000111010100001011110 | 3fc3a83fc3a85e |
UTF-8 | 덾竪덾竪^ | 11101011100011011011111011100111101010111010101011101011100011011011111011100111101010111010101001011110 | eb8dbee7abaaeb8dbee7abaa5e |
UHC | 덾竪덾竪^ | 100010010101000111100010101101011000100101010001111000101011010101011110 | 8951e2b58951e2b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)