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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?冀???^ | 00111111100110010110001000111111001111110011111101011110 | 3f99623f3f3f5e |
EUC-JP | ?冀???^ | 00111111110100011100001100111111001111110011111101011110 | 3fd1c33f3f3f5e |
UTF-8 | 룵冀◈룶句^ | 11101011101000111011010111100101100001101000000011100010100101111000100011101011101000111011011011101111101001001000011001011110 | eba3b5e58680e29788eba3b6efa4865e |
UHC | 룵冀◈룶句^ | 1000111110101010110100001110110110100010110000101000111110101011110011111111101101011110 | 8faad0eda2c28fabcffb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)