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 | 霓①? | 1110100010111101100001110100000000111111 | e8bd87403f |
EUC-JP | 霓?? | 11110000101111110011111100111111 | f0bf3f3f |
UTF-8 | 霓①뱮 | 111010011001110010010011111000101001000110100000111010111011000110101110 | e99c93e291a0ebb1ae |
UHC | 霓①뱮 | 111001111110011110101000111001111001001110010100 | e7e7a8e79394 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)