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 | ???^???^ | 0011111100111111001111110101111000111111001111110011111101011110 | 3f3f3f5e3f3f3f5e |
SJIS-WIN | ??∮^??∮^ | 00111111001111111000011110010011010111100011111100111111100001111001001101011110 | 3f3f87935e3f3f87935e |
EUC-JP | ???^???^ | 0011111100111111001111110101111000111111001111110011111101011110 | 3f3f3f5e3f3f3f5e |
UTF-8 | 룶죴∮^룶죴∮^ | 1110101110100011101101101110110010100011101101001110001010001000101011100101111011101011101000111011011011101100101000111011010011100010100010001010111001011110 | eba3b6eca3b4e288ae5eeba3b6eca3b4e288ae5e |
UHC | 룶죴∮^룶죴∮^ | 1000111110101011101000011000111110100010101100010101111010001111101010111010000110001111101000101011000101011110 | 8faba18fa2b15e8faba18fa2b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)