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 | ???C | 00111111001111110011111101000011 | 3f3f3f43 |
SJIS-WIN | 歎測端C | 10010010010101101001000110101010100100100101101101000011 | 925691aa925b43 |
EUC-JP | 歎測端C | 11000011101101111100001010101100110000111011110001000011 | c3b7c2acc3bc43 |
UTF-8 | 歎測端C | 11100110101011011000111011100110101110001010110011100111101010111010111101000011 | e6ad8ee6b8ace7abaf43 |
UHC | 歎測端C | 11110111101001111111011010110100110100111010111001000011 | f7a7f6b4d3ae43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)