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 | 蕭?翫 | 1110010101001010001111111000101011100011 | e54a3f8ae3 |
EUC-JP | 蕭駉翫 | 11101001101010111000111111101001101001101011010011100101 | e9ab8fe9a6b4e5 |
UTF-8 | 蕭駉翫 | 111010001001010110101101111010011010011110001001111001111011111110101011 | e895ade9a789e7bfab |
UHC | 蕭?翫 | 1110000111001011001111111110100011010001 | e1cb3fe8d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)