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 | 莉呎匍 | 111001001011101110011001111001101001100110110011 | e4bb99e699b3 |
EUC-JP | 莉呎匍 | 111010001011110111010010111010001101001010110101 | e8bdd2e8d2b5 |
UTF-8 | 莉呎匍 | 111010001000111010001001111001011001000110001110111001011000110010001101 | e88e89e5918ee58c8d |
UHC | 莉?匍 | 1101011111101001001111111111100011010001 | d7e93ff8d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)