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 | 墻??畏?? | 1001101011010100001111110011111110001000110110000011111100111111 | 9ad43f3f88d83f3f |
EUC-JP | 墻??畏?? | 1101010011010110001111110011111110110000110110100011111100111111 | d4d63f3fb0da3f3f |
UTF-8 | 墻삼스畏븝슈 | 111001011010001010111011111011001000001010111100111011001000101010100100111001111001010110001111111010111011100010011101111011001000101010001000 | e5a2bbec82bcec8aa4e7958febb89dec8a88 |
UHC | 墻삼스畏븝슈 | 111011011101111110111011111011111011110110111010111010001110011010111010111011111011110110110100 | eddfbbefbdbae8e6baefbdb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)