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 | 111000001010011100111111001111110100001001000110 | e0a73f3f4246 |
EUC-JP | 爰??BF | 111000001010100100111111001111110100001001000110 | e0a93f3f4246 |
UTF-8 | 爰뚰렚BF | 1110011110001000101100001110101110011010101100001110101110100000100110100100001001000110 | e788b0eb9ab0eba09a4246 |
UHC | 爰뚰렚BF | 1110101010111010100011001110110110001110101011010100001001000110 | eaba8ced8ead4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)