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 | 瑜?Ⅷ^ | 111000001110111100111111100001110101101101011110 | e0ef3f875b5e |
EUC-JP | 瑜??^ | 1110000011110001001111110011111101011110 | e0f13f3f5e |
UTF-8 | 瑜룸Ⅷ^ | 11100111100100011001110011101011101000111011100011100010100001011010011101011110 | e7919ceba3b8e285a75e |
UHC | 瑜룸Ⅷ^ | 11101011101001011011011111101011101001011011011101011110 | eba5b7eba5b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)