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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??載麥? | 00111111001111111000110111011010111010100110110100111111 | 3f3f8ddaea6d3f |
EUC-JP | 塡?載麥? | 100011111011100010110100001111111011101011011100111100111100111000111111 | 8fb8b43fbadcf3ce3f |
UTF-8 | 塡렯載麥뤂 | 111001011010000110100001111010111010000010101111111010001011110010001001111010011011101010100101111010111010010010000010 | e5a1a1eba0afe8bc89e9baa5eba482 |
UHC | 塡렯載麥뤂 | 11101110111100111000111010111100111011101011000011011000111010101000111110110011 | eef38ebceeb0d8ea8fb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)