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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鸚???霓? | 1110101001011111001111110011111100111111111010001011110100111111 | ea5f3f3f3fe8bd3f |
EUC-JP | 鸚???霓? | 1111001111000000001111110011111100111111111100001011111100111111 | f3c03f3f3ff0bf3f |
UTF-8 | 鸚쒖룆횠霓ㅳ | 111010011011100010011010111011001001001010010110111010111010001110000110111011011001101010100000111010011001110010010011111000111000010110110011 | e9b89aec9296eba386ed9aa0e99c93e385b3 |
UHC | 鸚쒖룆횠霓ㅳ | 111001011010010010011100111011001000111110000101110000111001100011100111111001111010010011100011 | e5a49cec8f85c398e7e7a4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)