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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 驕。迺ソ^ | 11101001100000011010000111100111100100101011111101011110 | e981a1e792bf5e |
EUC-JP | 驕。迺ソ^ | 111100011110000110001110101000011110110111110010100011101011111101011110 | f1e18ea1edf28ebf5e |
UTF-8 | 驕。迺ソ^ | 11101001101010011001010111101111101111011010000111101000101111111011101011101111101111011011111101011110 | e9a995efbda1e8bfbaefbdbf5e |
UHC | 驕???^ | 110011101111011000111111001111110011111101011110 | cef63f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)