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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 驪礼濫B | 11101001100010111001011111100111100101111001010001000010 | e98b97e7979442 |
EUC-JP | 驪礼濫B | 11110001111010111100111011101001110011011111010001000010 | f1ebcee9cdf442 |
UTF-8 | 驪礼濫B | 11101001101010011010101011100111101001001011110011100110101111111010101101000010 | e9a9aae7a4bce6bfab42 |
UHC | 驪?濫B | 110101011111000100111111110101011011110101000010 | d5f13fd5bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)