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 | 中?粧??? | 1001001010000110001111111000111111001111001111110011111100111111 | 92863f8fcf3f3f3f |
EUC-JP | 中?粧??? | 1100001111100110001111111011111011010001001111110011111100111111 | c3e63fbed13f3f3f |
UTF-8 | 中렪粧렰罹렒 | 111001001011100010101101111010111010000010101010111001111011001010100111111010111010000010110000111011111010011110100110111010111010000010010010 | e4b8adeba0aae7b2a7eba0b0efa7a6eba092 |
UHC | 中렪粧렰罹렒 | 111100011110100110001110101110001110110111110010100011101011110111101100101110101000111010100111 | f1e98eb8edf28ebdecba8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)