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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ?楡?F | 0011111110011110101111100011111101000110 | 3f9ebe3f46 |
EUC-JP | ?楡?F | 0011111111011100110000000011111101000110 | 3fdcc03f46 |
UTF-8 | 롆楡롌F | 11101011101000011000011011100110101001011010000111101011101000011000110001000110 | eba186e6a5a1eba18c46 |
UHC | 롆楡롌F | 10001110110011001110101011111000100011101101001001000110 | 8ecceaf88ed246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)