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 | 鼎?い?愼? | 100100110100001100111111100000101010001000111111100111001100010000111111 | 93433f82a23f9cc43f |
EUC-JP | 鼎?い?愼? | 110001011010010000111111101001001010010000111111110110001100011000111111 | c5a43fa4a43fd8c63f |
UTF-8 | 鼎빚い렭愼렋 | 111010011011110010001110111010111011100110011010111000111000000110000100111010111010000010101101111001101000010010111100111010111010000010001011 | e9bc8eebb99ae38184eba0ade684bceba08b |
UHC | 鼎빚い렭愼렋 | 111100001010001110111010111110101010101010100100100011101011101011100011111001011000111010100010 | f0a3bafaaaa48ebae3e58ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)