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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 毬竟竟BF | 1001111101111011111010001110110111101000111011010100001001000110 | 9f7be8ede8ed4246 |
EUC-JP | 毬竟竟BF | 1101110111011100111100001110111111110000111011110100001001000110 | dddcf0eff0ef4246 |
UTF-8 | 毬竟竟BF | 1110011010101111101011001110011110101011100111111110011110101011100111110100001001000110 | e6aface7ab9fe7ab9f4246 |
UHC | 毬竟竟BF | 1100111110110011110011001110010111001100111001010100001001000110 | cfb3cce5cce54246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)