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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞜城ス「襃 | 1110100011011111100011111110100110111101101000101110010111101111 | e8df8fe9bda2e5ef |
EUC-JP | 鞜城ス「襃 | 11110000111000011011111011101011100011101011110110001110101000101110101011110001 | f0e1beeb8ebd8ea2eaf1 |
UTF-8 | 鞜城ス「襃 | 111010011001111010011100111001011001111110001110111011111011110110111101111011111011110110100010111010001010010110000011 | e99e9ce59f8eefbdbdefbda2e8a583 |
UHC | ?城??? | 001111111110000011110010001111110011111100111111 | 3fe0f23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)