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 | ??????yB | 0011111100111111001111110011111100111111001111110111100101000010 | 3f3f3f3f3f3f7942 |
SJIS-WIN | ??????yB | 0011111100111111001111110011111100111111001111110111100101000010 | 3f3f3f3f3f3f7942 |
EUC-JP | ??????yB | 0011111100111111001111110011111100111111001111110111100101000010 | 3f3f3f3f3f3f7942 |
UTF-8 | 혧횁척짝횒청yB | 1110110110011000101001111110110110011010100000011110110010110010100110011110110010100111100111011110110110011010100100101110110010110010101011010111100101000010 | ed98a7ed9a81ecb299eca79ded9a92ecb2ad7942 |
UHC | 혧횁척짝횒청yB | 1100001010001111110000111000000111000011101101001100001010100110110000111000110111000011101110110111100101000010 | c28fc381c3b4c2a6c38dc3bb7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)