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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蜿暦ヲ粂 | 11100101100011111001011111101111101001101000110001001000 | e58f97efa68c48 |
EUC-JP | 蜿暦ヲ粂 | 1110100111101111110011101111000110001110101001101011011110101001 | e9efcef18ea6b7a9 |
UTF-8 | 蜿暦ヲ粂 | 111010001001110010111111111001101001101010100110111011111011110110100110111001111011001010000010 | e89cbfe69aa6efbda6e7b282 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)