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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 殮뽫썣歷쫜 | 111011111010011010100101111010111011110110101011111011001000110110100011111011111010011010001100111011001010101110011100 | efa6a5ebbdabec8da3efa68cecab9c |
UHC | 殮뽫썣歷쫜 | 11100110111110011001011011100111100110111001011011100110101110001010011001110000 | e6f996e79b96e6b8a670 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)