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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 項↓?^ | 100011011000000010000001101010110011111101011110 | 8d8081ab3f5e |
EUC-JP | 項↓?^ | 101110011110000010100010101011010011111101011110 | b9e0a2ad3f5e |
UTF-8 | 項↓땽^ | 11101001101000001000010111100010100001101001001111101011100101011011110101011110 | e9a085e28693eb95bd5e |
UHC | 項↓땽^ | 11111010101000111010000111101001100010111001001101011110 | faa3a1e98b935e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)