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 | 濶溯往^ | 11101000100010011001111111101000100010011001110101011110 | e8899fe8899d5e |
EUC-JP | 濶溯往^ | 11101111111010011101111011101010101100011111110101011110 | efe9deeab1fd5e |
UTF-8 | 濶溯往^ | 11100110101111111011011011100110101110101010111111100101101111101000000001011110 | e6bfb6e6baafe5be805e |
UHC | ?溯往^ | 001111111110000110111101111010001101100101011110 | 3fe1bde8d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)