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 | ??P??? | 001111110011111101010000001111110011111100111111 | 3f3f503f3f3f |
SJIS-WIN | 秩?P秩?彫 | 100100101000000100111111010100001001001010000001001111111001001010100100 | 92813f5092813f92a4 |
EUC-JP | 秩?P秩?彫 | 110000111110000100111111010100001100001111100001001111111100010010100110 | c3e13f50c3e13fc4a6 |
UTF-8 | 秩섐P秩섐彫 | 11100111101001111010100111101100100001001001000001010000111001111010011110101001111011001000010010010000111001011011110110101011 | e7a7a9ec849050e7a7a9ec8490e5bdab |
UHC | 秩섐P秩섐彫 | 1111001011110001101111001010101101010000111100101111000110111100101010111111000011000001 | f2f1bcab50f2f1bcabf0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)