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 | 雉ゥ雉ゥ^ | 111010001011001110000011010001001110100010110011100000110100010001011110 | e8b38344e8b383445e |
EUC-JP | 雉ゥ雉ゥ^ | 111100001011010110100101101001011111000010110101101001011010010101011110 | f0b5a5a5f0b5a5a55e |
UTF-8 | 雉ゥ雉ゥ^ | 11101001100110111000100111100011100000101010010111101001100110111000100111100011100000101010010101011110 | e99b89e382a5e99b89e382a55e |
UHC | 雉ゥ雉ゥ^ | 111101101100101110101011101001011111011011001011101010111010010101011110 | f6cbaba5f6cbaba55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)