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 | 﨧、靺ス鳧鴫 | 11111011110100111010010011101000110110101011110111101001111010001000111010110000 | fbd3a4e8dabde9e88eb0 |
EUC-JP | ?、靺ス鳧鴫 | 0011111110001110101001001111000011011100100011101011110111110010111010101011110010110010 | 3f8ea4f0dc8ebdf2eabcb2 |
UTF-8 | 﨧、靺ス鳧鴫 | 111011111010100010100111111011111011110110100100111010011001110110111010111011111011110110111101111010011011001110100111111010011011010010101011 | efa8a7efbda4e99dbaefbdbde9b3a7e9b4ab |
UHC | ??靺?鳧? | 0011111100111111110110001100101100111111110111011100000000111111 | 3f3fd8cb3fddc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)