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 | 讎募嗇 | 111001101010011010010101111001011001101010100101 | e6a695e59aa5 |
EUC-JP | 讎募嗇 | 111011001010100011001010111001111101010010100111 | eca8cae7d4a7 |
UTF-8 | 讎募嗇 | 111010001010111010001110111001011000101110011111111001011001011110000111 | e8ae8ee58b9fe59787 |
UHC | ?募嗇 | 0011111111011001101101001101111111100000 | 3fd9b4dfe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)