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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陂ゎ囿 | 111010001001100010000010111011001001101010011100 | e89882ec9a9c |
EUC-JP | 陂ゎ囿 | 111011111111100010100100111011101101001111111100 | eff8a4eed3fc |
UTF-8 | 陂ゎ囿 | 111010011001100110000010111000111000001010001110111001011001101110111111 | e99982e3828ee59bbf |
UHC | 陂ゎ? | 1111100110101110101010101110111000111111 | f9aeaaee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)