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 | ù£èÄ | 11111001101000111110100011000100 | f9a3e8c4 |
SJIS-WIN | ?£?? | 0011111110000001100100100011111100111111 | 3f81923f3f |
EUC-JP | ù£èÄ | 1000111110101011111000111010000111110010100011111010101110110010100011111010101010100011 | 8fabe3a1f28fabb28faaa3 |
UTF-8 | ù£èÄ | 1100001110111001110000101010001111000011101010001100001110000100 | c3b9c2a3c3a8c384 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)