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 | éÜ | 100110111001000110011100100100001110100111011100 | 9b919c90e9dc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ????éÜ | 00111111001111110011111100111111100011111010101110110001100011111010101011100100 | 3f3f3f3f8fabb18faae4 |
UTF-8 | éÜ | 110000101001101111000010100100011100001010011100110000101001000011000011101010011100001110011100 | c29bc291c29cc290c3a9c39c |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)