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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 梧??業?? | 1000110011100110001111110011111110001011110001100011111100111111 | 8ce63f3f8bc63f3f |
EUC-JP | 梧??業?? | 1011100011101000001111110011111110110110110010000011111100111111 | b8e83f3fb6c83f3f |
UTF-8 | 梧녔봄業롨렐 | 111001101010001010100111111010111000010110010100111010111011010010000100111001101010010110101101111010111010000110101000111010111010000010010000 | e6a2a7eb8594ebb484e6a5adeba1a8eba090 |
UHC | 梧녔봄業롨렐 | 111001111111110010110011111001101011101010111101111001011111011010001110111010001011011110111100 | e7fcb3e6babde5f68ee8b7bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)