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 | 将薊「 | 1000111110101011111001010100100010100010 | 8fabe548a2 |
EUC-JP | 将薊「 | 101111101010110111101001101010011000111010100010 | beade9a98ea2 |
UTF-8 | 将薊「 | 111001011011000010000110111010001001011010001010111011111011110110100010 | e5b086e8968aefbda2 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)