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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 嶸??艶? | 11111010101101000011111100111111100010011001000000111111 | fab43f3f89903f |
EUC-JP | 嶸??艶? | 1000111110111011111101000011111100111111101100011111000000111111 | 8fbbf43f3fb1f03f |
UTF-8 | 嶸륃뼂艶쥲 | 111001011011011010111000111010111010010110000011111010111011110010000010111010001000100110110110111011001010010110110010 | e5b6b8eba583ebbc82e889b6eca5b2 |
UHC | 嶸륃뼂艶쥲 | 11100111101011101000111111101110100101101000110011100110111111011010001101000010 | e7ae8fee968ce6fda342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)