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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 墻?????? | 1001101011010100001111110011111100111111001111110011111100111111 | 9ad43f3f3f3f3f3f |
EUC-JP | 墻?????? | 1101010011010110001111110011111100111111001111110011111100111111 | d4d63f3f3f3f3f3f |
UTF-8 | 墻썽눈歷됵슛廉 | 111001011010001010111011111011001000110110111101111010111000100010001000111011111010011010001100111010111001000010110101111011001000101010011011111011111010011010100010 | e5a2bbec8dbdeb8888efa68ceb90b5ec8a9befa6a2 |
UHC | 墻썽눈歷됵슛廉 | 1110110111011111101111011110100110110100101010111110011010111000100010011110111110111101101110001110011011110101 | eddfbde9b4abe6b889efbdb8e6f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)