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 | ?篩???? | 00111111111000101011111100111111001111110011111100111111 | 3fe2bf3f3f3f3f |
EUC-JP | 鋌篩???? | 100011111110010010111011111001001100000100111111001111110011111100111111 | 8fe4bbe4c13f3f3f3f |
UTF-8 | 鋌篩렮폈렰렯 | 111010011000101110001100111001111010111110101001111010111010000010101110111011011000111110001000111010111010000010110000111010111010000010101111 | e98b8ce7afa9eba0aeed8f88eba0b0eba0af |
UHC | 鋌篩렮폈렰렯 | 111011111111101111011110111010001000111010111011110001101111000110001110101111011000111010111100 | effbdee88ebbc6f18ebd8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)