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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驥狩」躯葬驥 | 1110100110000111100011101110101110100011100010111110101110010001100100101110100110000111 | e9878eeba38beb9192e987 |
EUC-JP | 驥狩」躯葬驥 | 111100011110011110111100111011011000111010100011101101101110110111000001111100101111000111100111 | f1e7bced8ea3b6edc1f2f1e7 |
UTF-8 | 驥狩」躯葬驥 | 111010011010100110100101111001111000101110101001111011111011110110100011111010001011101010101111111010001001000110101100111010011010100110100101 | e9a9a5e78ba9efbda3e8baafe891ace9a9a5 |
UHC | 驥狩??葬驥 | 11010001110010101110001010101101001111110011111111101101111101111101000111001010 | d1cae2ad3f3fedf7d1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)