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 | 戊蔆チ | 100101011110100011100100110011111000001101100000 | 95e8e4cf8360 |
EUC-JP | 戊蔆チ | 110010101110101011101000110100011010010111000001 | caeae8d1a5c1 |
UTF-8 | 戊蔆チ | 111001101000100010001010111010001001010010000110111000111000001110000001 | e6888ae89486e38381 |
UHC | 戊?チ | 1101100111100110001111111010101111000001 | d9e63fabc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)