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 | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | ??崖P | 0011111100111111100010100101001001010000 | 3f3f8a5250 |
EUC-JP | ??崖P | 0011111100111111101100111011001101010000 | 3f3fb3b350 |
UTF-8 | 롈롇崖P | 11101011101000011000100011101011101000011000011111100101101101001001011001010000 | eba188eba187e5b49650 |
UHC | 롈롇崖P | 10001110110011101000111011001101111001001111000001010000 | 8ece8ecde4f050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)