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 | 韭橄世 | 111010001110101010011110111010111001000010100010 | e8ea9eeb90a2 |
EUC-JP | 韭橄世 | 111100001110110011011100111011011100000010100100 | f0ecdcedc0a4 |
UTF-8 | 韭橄世 | 111010011001111110101101111001101010100110000100111001001011100010010110 | e99fade6a984e4b896 |
UHC | ?橄世 | 0011111111001010111101001110000110100110 | 3fcaf4e1a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)