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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隍晏叙諱キ | 111010001010010010011101111001011000111110010110111001101000000110110111 | e8a49de58f96e681b7 |
EUC-JP | 隍晏叙諱キ | 11110000101001101101101011100111101111011111011011101011111000011000111010110111 | f0a6dae7bdf6ebe18eb7 |
UTF-8 | 隍晏叙諱キ | 111010011001101010001101111001101001100110001111111001011000111110011001111010001010101110110001111011111011110110110111 | e99a8de6998fe58f99e8abb1efbdb7 |
UHC | 隍晏?諱? | 1111110011011011111001001100111100111111111111011100100100111111 | fcdbe4cf3ffdc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)