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 | 蒿随輯 | 111001001110010010010000100011111000111101010011 | e4e4908f8f53 |
EUC-JP | 蒿随輯 | 111010001110011010111111111011111011110110110100 | e8e6bfefbdb4 |
UTF-8 | 蒿随輯 | 111010001001001010111111111010011001101010001111111010001011110010101111 | e892bfe99a8fe8bcaf |
UHC | 蒿?輯 | 1111101111011010001111111111001011111110 | fbda3ff2fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)