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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 莵贏萃^ | 11100100101101111110011011010101111001001100001001011110 | e4b7e6d5e4c25e |
EUC-JP | 莵贏萃^ | 11101000101110011110110011010111111010001100010001011110 | e8b9ecd7e8c45e |
UTF-8 | 莵贏萃^ | 11101000100011101011010111101000101101001000111111101000100100001000001101011110 | e88eb5e8b48fe890835e |
UHC | ??萃^ | 0011111100111111111101011111111001011110 | 3f3ff5fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)