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 | 誅?誅?^ | 11100110011011100011111111100110011011100011111101011110 | e66e3fe66e3f5e |
EUC-JP | 誅?誅?^ | 11101011110011110011111111101011110011110011111101011110 | ebcf3febcf3f5e |
UTF-8 | 誅늄誅늄^ | 11101000101010101000010111101011100010101000010011101000101010101000010111101011100010101000010001011110 | e8aa85eb8a84e8aa85eb8a845e |
UHC | 誅늄誅늄^ | 111100011100101010110100101111011111000111001010101101001011110101011110 | f1cab4bdf1cab4bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)