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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | ??瞼坦P | 00111111001111111110000111011001100100100101001001010000 | 3f3fe1d9925250 |
EUC-JP | ??瞼坦P | 00111111001111111110001011011011110000111011001101010000 | 3f3fe2dbc3b350 |
UTF-8 | 룶끼瞼坦P | 11101011101000111011011011101011100000011011110011100111100111101011110011100101100111011010011001010000 | eba3b6eb81bce79ebce59da650 |
UHC | 룶끼瞼坦P | 100011111010101110110011101000101100110010100001111101111010010001010000 | 8fabb3a2cca1f7a450 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)