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 | 讀瑚梢 | 111001101010010010001100111010001000111110111101 | e6a48ce88fbd |
EUC-JP | 讀瑚梢 | 111011001010011010111000111010101011111010111111 | eca6b8eabebf |
UTF-8 | 讀瑚梢 | 111010001010111010000000111001111001000110011010111001101010001010100010 | e8ae80e7919ae6a2a2 |
UHC | 讀瑚梢 | 110101001100000111111011110100011111010011111110 | d4c1fbd1f4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)