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 | 墻ワ?慂?? | 100110101101010010000011100011110011111110011100110010000011111100111111 | 9ad4838f3f9cc83f3f |
EUC-JP | 墻ワ?慂?? | 110101001101011010100101111011110011111111011000110010100011111100111111 | d4d6a5ef3fd8ca3f3f |
UTF-8 | 墻ワ풛慂딉슈 | 111001011010001010111011111000111000001110101111111011011001001010011011111001101000010110000010111010111001010010001001111011001000101010001000 | e5a2bbe383afed929be68582eb9489ec8a88 |
UHC | 墻ワ풛慂딉슈 | 111011011101111110101011111011111011111010011110111010011011110110001010111011111011110110110100 | eddfabefbe9ee9bd8aefbdb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)