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 | 墻??帳?? | 1001101011010100001111110011111110010010101000000011111100111111 | 9ad43f3f92a03f3f |
EUC-JP | 墻??帳?? | 1101010011010110001111110011111111000100101000100011111100111111 | d4d63f3fc4a23f3f |
UTF-8 | 墻쇔ㅁ帳좄뻗 | 111001011010001010111011111011001000011110010100111000111000010110000001111001011011100010110011111011001010001010000100111010111011101110010111 | e5a2bbec8794e38581e5b8b3eca284ebbb97 |
UHC | 墻쇔ㅁ帳좄뻗 | 111011011101111110111100111001011010010010110001111011011110001110100000111010001011101110111000 | eddfbce5a4b1ede3a0e8bbb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)