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 | 支?除?? | 10001110011110000011111110001111100111000011111100111111 | 8e783f8f9c3f3f |
EUC-JP | 支?除?? | 10111011110110010011111110111101111111000011111100111111 | bbd93fbdfc3f3f |
UTF-8 | 支렣除폈렰 | 111001101001010010101111111010111010000010100011111010011001100110100100111011011000111110001000111010111010000010110000 | e694afeba0a3e999a4ed8f88eba0b0 |
UHC | 支렣除폈렰 | 11110010101010001000111010110100111100001011011011000110111100011000111010111101 | f2a88eb4f0b6c6f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)