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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逾橄奮 | 111001111010010110011110111010111001010110110001 | e7a59eeb95b1 |
EUC-JP | 逾橄奮 | 111011101010011111011100111011011100101010110011 | eea7dcedcab3 |
UTF-8 | 逾橄奮 | 111010011000000010111110111001101010100110000100111001011010010110101110 | e980bee6a984e5a5ae |
UHC | 逾橄奮 | 111010111011010111001010111101001101110111000111 | ebb5caf4ddc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)