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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鉤倡擅 | 111001111110101010011000111001111001110110100001 | e7ea98e79da1 |
EUC-JP | 鉤倡擅 | 111011101110110011010000111010011101101010100011 | eeecd0e9daa3 |
UTF-8 | 鉤倡擅 | 111010011000100110100100111001011000000010100001111001101001001110000101 | e989a4e580a1e69385 |
UHC | 鉤倡擅 | 110011111100100111110011110110111111010010111010 | cfc9f3dbf4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)