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 | 墻??嵬?? | 1001101011010100001111110011111110011011110010100011111100111111 | 9ad43f3f9bca3f3f |
EUC-JP | 墻??嵬?? | 1101010011010110001111110011111111010110110011000011111100111111 | d4d63f3fd6cc3f3f |
UTF-8 | 墻몌풒嵬놂쉽 | 111001011010001010111011111010111010101010001100111011011001001010010010111001011011010110101100111010111000011010000010111011001000100110111101 | e5a2bbebaa8ced9292e5b5aceb8682ec89bd |
UHC | 墻몌풒嵬놂쉽 | 111011011101111110111000111011111011111010010110111010001110001110110011111011111011110110110001 | eddfb8efbe96e8e3b3efbdb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)