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 | 楡社鯤 | 100111101011111010001110110100001110100111001000 | 9ebe8ed0e9c8 |
EUC-JP | 楡社鯤 | 110111001100000010111100110100101111001011001010 | dcc0bcd2f2ca |
UTF-8 | 楡社鯤 | 111001101010010110100001111001111010010010111110111010011010111110100100 | e6a5a1e7a4bee9afa4 |
UHC | 楡社鯤 | 111010101111100011011110111001001100110111100110 | eaf8dee4cde6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)