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 | 上眈眈 | 100011111110001111100001101111001110000110111100 | 8fe3e1bce1bc |
EUC-JP | 上眈眈 | 101111101110010111100010101111101110001010111110 | bee5e2bee2be |
UTF-8 | 上眈眈 | 111001001011100010001010111001111001110010001000111001111001110010001000 | e4b88ae79c88e79c88 |
UHC | 上眈眈 | 110111111011111011110111101011111111011110101111 | dfbef7aff7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)