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 | 踴夂原 | 111001101111101110011010111001111000110010110100 | e6fb9ae78cb4 |
EUC-JP | 踴夂原 | 111011001111110111010100111010011011100010110110 | ecfdd4e9b8b6 |
UTF-8 | 踴夂原 | 111010001011100010110100111001011010010010000010111001011000111010011111 | e8b8b4e5a482e58e9f |
UHC | ??原 | 00111111001111111110101010101011 | 3f3feaab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)