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 | 隲キ繧亥 | 11101000101010111011011111100011100000101000100011100101 | e8abb7e38288e5 |
EUC-JP | 隲キ繧亥 | 1111000010101101100011101011011111100101111000101011000011100111 | f0ad8eb7e5e2b0e7 |
UTF-8 | 隲キ繧亥 | 111010011001101010110010111011111011110110110111111001111011100110100111111001001011101010100101 | e99ab2efbdb7e7b9a7e4baa5 |
UHC | ???亥 | 0011111100111111001111111111101010100100 | 3f3f3ffaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)