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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?潭??潭?B | 001111111110000001001011001111110011111111100000010010110011111101000010 | 3fe04b3f3fe04b3f42 |
EUC-JP | ?潭??潭?B | 001111111101111110101100001111110011111111011111101011000011111101000010 | 3fdfac3f3fdfac3f42 |
UTF-8 | 뤊潭췫뤊潭췫B | 11101011101001001000101011100110101111011010110111101100101101111010101111101011101001001000101011100110101111011010110111101100101101111010101101000010 | eba48ae6bdadecb7abeba48ae6bdadecb7ab42 |
UHC | 뤊潭췫뤊潭췫B | 10001111101110101101001111000001101011100110100110001111101110101101001111000001101011100110100101000010 | 8fbad3c1ae698fbad3c1ae6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)