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 | ??U | 001111110011111101010101 | 3f3f55 |
SJIS-WIN | 粡夜U | 1110001011100111100101101110100101010101 | e2e796e955 |
EUC-JP | 粡夜U | 1110010011101001110011001110101101010101 | e4e9cceb55 |
UTF-8 | 粡夜U | 11100111101100101010000111100101101001001001110001010101 | e7b2a1e5a49c55 |
UHC | ?夜U | 00111111111001011010100001010101 | 3fe5a855 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)