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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銕ェ蜑贋 | 11100111111011001010101011100101100010011000101011100100 | e7ecaae5898ae4 |
EUC-JP | 銕ェ蜑贋 | 1110111011101110100011101010101011101001111010011011010011100110 | eeee8eaae9e9b4e6 |
UTF-8 | 銕ェ蜑贋 | 111010011000101010010101111011111011110110101010111010001001110010010001111010001011010010001011 | e98a95efbdaae89c91e8b48b |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)