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 | 銕ェ蜑願ョ千 | 11100111111011001010101011100101100010011000101011101000101011101001000011100111 | e7ecaae5898ae8ae90e7 |
EUC-JP | 銕ェ蜑願ョ千 | 111011101110111010001110101010101110100111101001101101001110101010001110101011101100000011101001 | eeee8eaae9e9b4ea8eaec0e9 |
UTF-8 | 銕ェ蜑願ョ千 | 111010011000101010010101111011111011110110101010111010001001110010010001111010011010000110011000111011111011110110101110111001011000110110000011 | e98a95efbdaae89c91e9a198efbdaee58d83 |
UHC | ???願?千 | 0011111100111111001111111110101011000011001111111111010010110110 | 3f3f3feac33ff4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)