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 | 跣苓搦嶸 | 1110011011101111100101111110100010011101100011101111101010110100 | e6ef97e89d8efab4 |
EUC-JP | 跣苓搦嶸 | 111011001111000111001110111010101101100111101110100011111011101111110100 | ecf1ceead9ee8fbbf4 |
UTF-8 | 跣苓搦嶸 | 111010001011011110100011111010001000101110010011111001101001000010100110111001011011011010111000 | e8b7a3e88b93e690a6e5b6b8 |
UHC | 跣??嶸 | 111000001101001100111111001111111110011110101110 | e0d33f3fe7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)