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 | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | ?冀ちo | 001111111001100101100010100000101011111101101111 | 3f996282bf6f |
EUC-JP | ?冀ちo | 001111111101000111000011101001001100000101101111 | 3fd1c3a4c16f |
UTF-8 | 룶冀ちo | 11101011101000111011011011100101100001101000000011100011100000011010000101101111 | eba3b6e58680e381a16f |
UHC | 룶冀ちo | 10001111101010111101000011101101101010101100000101101111 | 8fabd0edaac16f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)