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 | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-WIN | 齊潘???nB | 111010101000111011100000010011100011111100111111001111110110111001000010 | ea8ee04e3f3f3f6e42 |
EUC-JP | 齊潘???nB | 111100111110111011011111101011110011111100111111001111110110111001000010 | f3eedfaf3f3f3f6e42 |
UTF-8 | 齊潘렊얜異nB | 1110100110111101100010101110011010111101100110001110101110100000100010101110110010010110100111001110111110100101101000100110111001000010 | e9bd8ae6bd98eba08aec969cefa5a26e42 |
UHC | 齊潘렊얜異nB | 111100001011101011011010111010111000111010100001101111101110101111010111111001000110111001000010 | f0badaeb8ea1beebd7e46e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)