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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 躁??胴 | 111001110100111000111111001111111001001110110111 | e74e3f3f93b7 |
EUC-JP | 躁??胴 | 111011011010111100111111001111111100011010111001 | edaf3f3fc6b9 |
UTF-8 | 躁렕뤯胴 | 111010001011101010000001111010111010000010010101111010111010010010101111111010001000001110110100 | e8ba81eba095eba4afe883b4 |
UHC | 躁렕뤯胴 | 1111000011100010100011101010101010001111110111011101010011011100 | f0e28eaa8fddd4dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)