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 | ?z?p | 00111111011110100011111101110000 | 3f7a3f70 |
SJIS-WIN | 昔z菽p | 100100001100110001111010111001001100000101110000 | 90cc7ae4c170 |
EUC-JP | 昔z菽p | 110000001100111001111010111010001100001101110000 | c0ce7ae8c370 |
UTF-8 | 昔z菽p | 1110011010011000100101000111101011101000100011111011110101110000 | e698947ae88fbd70 |
UHC | 昔z菽p | 111000001010111001111010111000101101110101110000 | e0ae7ae2dd70 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)