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 | 0011111111100110001111110100000001101000 | 3fe63f4068 |
SJIS-WIN | ??濯@h | 001111110011111110010001111100110100000001101000 | 3f3f91f34068 |
EUC-JP | ?æ濯@h | 0011111110001111101010011100000111000010111101010100000001101000 | 3f8fa9c1c2f54068 |
UTF-8 | 룶æ濯@h | 11101011101000111011011011000011101001101110011010111111101011110100000001101000 | eba3b6c3a6e6bfaf4068 |
UHC | 룶æ濯@h | 1000111110101011101010011010000111110110111110110100000001101000 | 8faba9a1f6fb4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)