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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蛻ゥ蛻ゥ^ | 111001011000100010000011010001001110010110001000100000110100010001011110 | e5888344e58883445e |
EUC-JP | 蛻ゥ蛻ゥ^ | 111010011110100010100101101001011110100111101000101001011010010101011110 | e9e8a5a5e9e8a5a55e |
UTF-8 | 蛻ゥ蛻ゥ^ | 11101000100110111011101111100011100000101010010111101000100110111011101111100011100000101010010101011110 | e89bbbe382a5e89bbbe382a55e |
UHC | ?ゥ?ゥ^ | 00111111101010111010010100111111101010111010010101011110 | 3faba53faba55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)