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 | 雜コ貊泌擠 | 111010001011011010111010111001101011101110010100111001011001110110101001 | e8b6bae6bb94e59da9 |
EUC-JP | 雜コ貊泌擠 | 11110000101110001000111010111010111011001011110111001000111001111101101010101011 | f0b88ebaecbdc8e7daab |
UTF-8 | 雜コ貊泌擠 | 111010011001101110011100111011111011110110111010111010001011001010001010111001101011001110001100111001101001001110100000 | e99b9cefbdbae8b28ae6b38ce693a0 |
UHC | 雜?貊泌? | 1110110111011010001111111101100011100111111110011011001000111111 | edda3fd8e7f9b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)