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 | 冗ゥ | 1000111111100111111101001100001010101001 | 8fe7f4c2a9 |
EUC-JP | 冗?ゥ | 1011111011101001001111111000111010101001 | bee93f8ea9 |
UTF-8 | 冗ゥ | 111001011000011010010111111011101000110110110001111011111011110110101001 | e58697ee8db1efbda9 |
UHC | 冗?? | 11101001101101110011111100111111 | e9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)