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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞴簫賍猊 | 1110100011100100111000101101001011100110110110101110000011000111 | e8e4e2d2e6dae0c7 |
EUC-JP | 鞴簫賍猊 | 1111000011100110111001001101010011101100110111001110000011001001 | f0e6e4d4ecdce0c9 |
UTF-8 | 鞴簫賍猊 | 111010011001111010110100111001111011000010101011111010001011001110001101111001111000110010001010 | e99eb4e7b0abe8b38de78c8a |
UHC | ?簫?猊 | 001111111110000111000111001111111110011111011001 | 3fe1c73fe7d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)