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 | 鍄溪束 | 111001111111101110011111111000101001000110101001 | e7fb9fe291a9 |
EUC-JP | 鍄溪束 | 111011101111110111011110111001001100001010101011 | eefddee4c2ab |
UTF-8 | 鍄溪束 | 111010011000110110000100111001101011101010101010111001101001110110011111 | e98d84e6baaae69d9f |
UHC | ?溪束 | 0011111111001101101000101110000111010110 | 3fcda2e1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)