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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 齏懈娃蟷熊 | 11101000111010111001110011100110100010001010000111100101101110011000110001000110 | e8eb9ce688a1e5b98c46 |
EUC-JP | 齏懈娃蟷熊 | 11110000111011011101100011101000101100001010001111101010101110111011011110100111 | f0edd8e8b0a3eabbb7a7 |
UTF-8 | 齏懈娃蟷熊 | 111010011011110110001111111001101000011110001000111001011010100010000011111010001001111110110111111001111000011010001010 | e9bd8fe68788e5a883e89fb7e7868a |
UHC | ?懈娃?熊 | 0011111111111010101010111110100011011111001111111110101010101000 | 3ffaabe8df3feaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)