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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 雍磯牽^ | 11101000101101001000100011101001100011001010000101011110 | e8b488e98ca15e |
EUC-JP | 雍磯牽^ | 11110000101101101011000011101011101110001010001101011110 | f0b6b0ebb8a35e |
UTF-8 | 雍磯牽^ | 11101001100110111000110111100111101000111010111111100111100010011011110101011110 | e99b8de7a3afe789bd5e |
UHC | 雍磯牽^ | 11101000101111001101000110110100110011001011001001011110 | e8bcd1b4ccb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)