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 | 鼎?い?? | 10010011010000110011111110000010101000100011111100111111 | 93433f82a23f3f |
EUC-JP | 鼎?い?? | 11000101101001000011111110100100101001000011111100111111 | c5a43fa4a43f3f |
UTF-8 | 鼎빚い렧뤊 | 111010011011110010001110111010111011100110011010111000111000000110000100111010111010000010100111111010111010010010001010 | e9bc8eebb99ae38184eba0a7eba48a |
UHC | 鼎빚い렧뤊 | 11110000101000111011101011111010101010101010010010001110101101101000111110111010 | f0a3bafaaaa48eb68fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)