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 | ?n??P | 0011111101101110001111110011111101010000 | 3f6e3f3f50 |
SJIS-WIN | ?n??P | 0011111101101110001111110011111101010000 | 3f6e3f3f50 |
EUC-JP | ?n??P | 0011111101101110001111110011111101010000 | 3f6e3f3f50 |
UTF-8 | 혵n챕챤P | 1110110110011000101101010110111011101100101100011001010111101100101100011010010001010000 | ed98b56eecb195ecb1a450 |
UHC | 혵n챕챤P | 1100001010011100011011101100001110101001110000111010111001010000 | c29c6ec3a9c3ae50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)