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 | ???o???O | 0011111100111111001111110110111100111111001111110011111101001111 | 3f3f3f6f3f3f3f4f |
SJIS-WIN | ???o???O | 0011111100111111001111110110111100111111001111110011111101001111 | 3f3f3f6f3f3f3f4f |
EUC-JP | ???o???O | 0011111100111111001111110110111100111111001111110011111101001111 | 3f3f3f6f3f3f3f4f |
UTF-8 | 렱렚섕o렱렚샬O | 1110101110100000101100011110101110100000100110101110110010000100100101010110111111101011101000001011000111101011101000001001101011101100100000111010110001001111 | eba0b1eba09aec84956feba0b1eba09aec83ac4f |
UHC | 렱렚섕o렱렚샬O | 1000111010111110100011101010110110111100101011000110111110001110101111101000111010101101101111001010001101001111 | 8ebe8eadbcac6f8ebe8eadbca34f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)