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 | 隕?兄 | 1110100010100110001111111000110001011010 | e8a63f8c5a |
EUC-JP | 隕?兄 | 1111000010101000001111111011011110111011 | f0a83fb7bb |
UTF-8 | 隕렞兄 | 111010011001101010010101111010111010000010011110111001011000010110000100 | e99a95eba09ee58584 |
UHC | 隕렞兄 | 111010101010001010001110101011111111101011111100 | eaa28eaffafc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)