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 | 鱸嫉霆 | 111010011110011110001110101110011110100010111011 | e9e78eb9e8bb |
EUC-JP | 鱸嫉霆 | 111100101110100110111100101110111111000010111101 | f2e9bcbbf0bd |
UTF-8 | 鱸嫉霆 | 111010011011000110111000111001011010101110001001111010011001110010000110 | e9b1b8e5ab89e99c86 |
UHC | ?嫉霆 | 0011111111110010111011001110111111111101 | 3ff2eceffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)