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 | 嶸??蟹? | 11111010101101000011111100111111100010100100100100111111 | fab43f3f8a493f |
EUC-JP | 嶸??蟹? | 1000111110111011111101000011111100111111101100111010101000111111 | 8fbbf43f3fb3aa3f |
UTF-8 | 嶸뗫끝蟹췇 | 111001011011011010111000111010111001011110101011111010111000000110011101111010001001111110111001111011001011011110000111 | e5b6b8eb97abeb819de89fb9ecb787 |
UHC | 嶸뗫끝蟹췇 | 11100111101011101000101111101011101100111010000111111010101011111010111001000010 | e7ae8bebb3a1faafae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)