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 | 中?諸?誼? | 100100101000011000111111100011111001010000111111100010110110001000111111 | 92863f8f943f8b623f |
EUC-JP | 中?諸?誼? | 110000111110011000111111101111011111010000111111101101011100001100111111 | c3e63fbdf43fb5c33f |
UTF-8 | 中렏諸렪誼렮 | 111001001011100010101101111010111010000010001111111010001010101110111000111010111010000010101010111010001010101010111100111010111010000010101110 | e4b8adeba08fe8abb8eba0aae8aabceba0ae |
UHC | 中렏諸렪誼렮 | 111100011110100110001110101001011111000010110011100011101011100011101011111111101000111010111011 | f1e98ea5f0b38eb8ebfe8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)