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 | 騾朱≠豁、陟 | 1110100110000000100011101110100110000001100000101110011010101101101001001110100010100000 | e9808ee98182e6ada4e8a0 |
EUC-JP | 騾朱≠豁、陟 | 111100011110000010111100111010111010000111100010111011001010111110001110101001001111000010100010 | f1e0bceba1e2ecaf8ea4f0a2 |
UTF-8 | 騾朱≠豁、陟 | 111010011010100010111110111001101001110010110001111000101000100110100000111010001011000110000001111011111011110110100100111010011001100110011111 | e9a8bee69cb1e289a0e8b181efbda4e9999f |
UHC | ?朱≠豁?陟 | 00111111111100011011100110100001110000011111110011000011001111111111010010110011 | 3ff1b9a1c1fcc33ff4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)