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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 銕ェ蜑願罧B | 11100111111011001010101011100101100010011000101011101000111000111010110001000010 | e7ecaae5898ae8e3ac42 |
EUC-JP | 銕ェ蜑願罧B | 1110111011101110100011101010101011101001111010011011010011101010111001101010111001000010 | eeee8eaae9e9b4eae6ae42 |
UTF-8 | 銕ェ蜑願罧B | 11101001100010101001010111101111101111011010101011101000100111001001000111101001101000011001100011100111101111011010011101000010 | e98a95efbdaae89c91e9a198e7bda742 |
UHC | ???願?B | 00111111001111110011111111101010110000110011111101000010 | 3f3f3feac33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)