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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 冗ン冗ン^ | 1000111111100111111101001011100111011101100011111110011111110100101110011101110101011110 | 8fe7f4b9dd8fe7f4b9dd5e |
EUC-JP | 冗?ン冗?ン^ | 1011111011101001001111111000111011011101101111101110100100111111100011101101110101011110 | bee93f8eddbee93f8edd5e |
UTF-8 | 冗ン冗ン^ | 11100101100001101001011111101110100011011010100011101111101111101001110111100101100001101001011111101110100011011010100011101111101111101001110101011110 | e58697ee8da8efbe9de58697ee8da8efbe9d5e |
UHC | 冗??冗??^ | 111010011011011100111111001111111110100110110111001111110011111101011110 | e9b73f3fe9b73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)