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 | 爭?瀞?爾 | 1110000010100101001111111001001111010010001111111000111010100010 | e0a53f93d23f8ea2 |
EUC-JP | 爭?瀞?爾 | 1110000010100111001111111100011011010100001111111011110010100100 | e0a73fc6d43fbca4 |
UTF-8 | 爭렎瀞렢爾 | 111001111000100010101101111010111010000010001110111001111000000010011110111010111010000010100010111001111000100010111110 | e788adeba08ee7809eeba0a2e788be |
UHC | 爭렎瀞렢爾 | 11101110101100111000111010100100111011111110011110001110101100111110110010110011 | eeb38ea4efe78eb3ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)