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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | ???揖?@h | 0011111100111111001111111001011101001011001111110100000001101000 | 3f3f3f974b3f4068 |
EUC-JP | ???揖?@h | 0011111100111111001111111100110110101100001111110100000001101000 | 3f3f3fcdac3f4068 |
UTF-8 | 嶪우슱揖쁗@h | 1110010110110110101010101110110010011010101100001110110010001010101100011110011010001111100101101110110010000001100101110100000001101000 | e5b6aaec9ab0ec8ab1e68f96ec81974068 |
UHC | 嶪우슱揖쁗@h | 111001011111010110111111111011001001101010111000111010111110011110011000010101110100000001101000 | e5f5bfec9ab8ebe798574068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)