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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 漬??e^ | 100100101101000000111111001111110110010101011110 | 92d03f3f655e |
EUC-JP | 漬?棅e^ | 1100010011010010001111111000111111000011111110110110010101011110 | c4d23f8fc3fb655e |
UTF-8 | 漬얗棅e^ | 1110011010111100101011001110110010010110100101111110011010100011100001010110010101011110 | e6bcacec9697e6a385655e |
UHC | 漬얗棅e^ | 1111001010110000101111101110100111011100101110000110010101011110 | f2b0bee9dcb8655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)