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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 垓耕?害?^ | 100110101011010010001101011010110011111110001010010100010011111101011110 | 9ab48d6b3f8a513f5e |
EUC-JP | 垓耕?害?^ | 110101001011011010111001110011000011111110110011101100100011111101011110 | d4b6b9cc3fb3b23f5e |
UTF-8 | 垓耕볶害렪^ | 11100101100111101001001111101000100000001001010111101011101100111011011011100101101011101011001111101011101000001010101001011110 | e59e93e88095ebb3b6e5aeb3eba0aa5e |
UHC | 垓耕볶害렪^ | 1111101010100111110011001110100110111010101110101111101010101010100011101011100001011110 | faa7cce9babafaaa8eb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)