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 | 鵝??掖②? | 111010100100000000111111001111111001110101110100100001110100000100111111 | ea403f3f9d7487413f |
EUC-JP | 鵝??掖?? | 1111001110100001001111110011111111011001110101010011111100111111 | f3a13f3fd9d53f3f |
UTF-8 | 鵝껊젚掖②몳 | 111010011011010110011101111010101011101110001010111011001010000010011010111001101000111010010110111000101001000110100001111010111010101010110011 | e9b59deabb8aeca09ae68e96e291a1ebaab3 |
UHC | 鵝껊젚掖②몳 | 111001001011110110000011111010111010000010010110111001001111101010101000111010001001000110011011 | e4bd83eba096e4faa8e8919b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)