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 | 爭?苡?贈 | 1110000010100101001111111110010010001111001111111001000110100001 | e0a53fe48f3f91a1 |
EUC-JP | 爭?苡?贈 | 1110000010100111001111111110011111101111001111111100001010100011 | e0a73fe7ef3fc2a3 |
UTF-8 | 爭렏苡렠贈 | 111001111000100010101101111010111010000010001111111010001000101110100001111010111010000010100000111010001011010010001000 | e788adeba08fe88ba1eba0a0e8b488 |
UHC | 爭렏苡렠贈 | 11101110101100111000111010100101111011001011111010001110101100011111000111111100 | eeb38ea5ecbe8eb1f1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)