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 | 韃亥濤豐 | 1110100011100101100010001110010110011111101101111110011010110010 | e8e588e59fb7e6b2 |
EUC-JP | 韃亥濤豐 | 1111000011100111101100001110011111011110101110011110110010110100 | f0e7b0e7deb9ecb4 |
UTF-8 | 韃亥濤豐 | 111010011001111110000011111001001011101010100101111001101011111110100100111010001011000110010000 | e99f83e4baa5e6bfa4e8b190 |
UHC | ?亥濤? | 001111111111101010100100110101001010011000111111 | 3ffaa4d4a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)