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 | 獪琺獪琺^ | 111000001101010011100000111010011110000011010100111000001110100101011110 | e0d4e0e9e0d4e0e95e |
EUC-JP | 獪琺獪琺^ | 111000001101011011100000111010111110000011010110111000001110101101011110 | e0d6e0ebe0d6e0eb5e |
UTF-8 | 獪琺獪琺^ | 11100111100011011010101011100111100100001011101011100111100011011010101011100111100100001011101001011110 | e78daae790bae78daae790ba5e |
UHC | 獪琺獪琺^ | 111111001110101011011011111101111111110011101010110110111111011101011110 | fceadbf7fceadbf75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)