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 | 1110010101011010001111110011111101010000 | e55a3f3f50 |
EUC-JP | 藥??P | 1110100110111011001111110011111101010000 | e9bb3f3f50 |
UTF-8 | 藥뗨츚P | 11101000100101111010010111101011100101111010100011101100101110001001101001010000 | e897a5eb97a8ecb89a50 |
UHC | 藥뗨츚P | 11100101101101111000101111101000101011101001001101010000 | e5b78be8ae9350 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)