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 | ??A??B | 001111110011111101000001001111110011111101000010 | 3f3f413f3f42 |
SJIS-WIN | 釭鹿A鳫宍B | 11111011101111011000111010101101010000011110100111101101100011101011001101000010 | fbbd8ead41e9ed8eb342 |
EUC-JP | 釭鹿A鳫宍B | 1000111111100011101011111011110010101111010000011111001011101111101111001011010101000010 | 8fe3afbcaf41f2efbcb542 |
UTF-8 | 釭鹿A鳫宍B | 1110100110000111101011011110100110111001101111110100000111101001101100111010101111100101101011101000110101000010 | e987ade9b9bf41e9b3abe5ae8d42 |
UHC | ?鹿A??B | 00111111110101101110001101000001001111110011111101000010 | 3fd6e3413f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)