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 | 逾橄抽 | 111001111010010110011110111010111001001010001010 | e7a59eeb928a |
EUC-JP | 逾橄抽 | 111011101010011111011100111011011100001111101010 | eea7dcedc3ea |
UTF-8 | 逾橄抽 | 111010011000000010111110111001101010100110000100111001101000101010111101 | e980bee6a984e68abd |
UHC | 逾橄抽 | 111010111011010111001010111101001111010111001110 | ebb5caf4f5ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)