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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 譽壼、壼゚ッF | 11100110101000111001101011100101101001001001101011100101110111111010111101000110 | e6a39ae5a49ae5dfaf46 |
EUC-JP | 譽壼、壼゚ッF | 11101100101001011101010011100111100011101010010011010100111001111000111011011111100011101010111101000110 | eca5d4e78ea4d4e78edf8eaf46 |
UTF-8 | 譽壼、壼゚ッF | 11101000101011011011110111100101101000111011110011101111101111011010010011100101101000111011110011101111101111101001111111101111101111011010111101000110 | e8adbde5a3bcefbda4e5a3bcefbe9fefbdaf46 |
UHC | 譽?????F | 1110011111100010001111110011111100111111001111110011111101000110 | e7e23f3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)