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 | 霏邪嫉 | 111010001100000010001110110101111000111010111001 | e8c08ed78eb9 |
EUC-JP | 霏邪嫉 | 111100001100001010111100110110011011110010111011 | f0c2bcd9bcbb |
UTF-8 | 霏邪嫉 | 111010011001110010001111111010011000001010101010111001011010101110001001 | e99c8fe982aae5ab89 |
UHC | ?邪嫉 | 0011111111011110111101111111001011101100 | 3fdef7f2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)