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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 陷エ霄ャQ] | 1110100010011100101101001110100010111010101011000101000101011101 | e89cb4e8baac515d |
EUC-JP | 陷エ霄ャQ] | 11101111111111001000111010110100111100001011110010001110101011000101000101011101 | effc8eb4f0bc8eac515d |
UTF-8 | 陷エ霄ャQ] | 1110100110011001101101111110111110111101101101001110100110011100100001001110111110111101101011000101000101011101 | e999b7efbdb4e99c84efbdac515d |
UHC | 陷???Q] | 11111001111010000011111100111111001111110101000101011101 | f9e83f3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)