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 | ???酉 | 0011111100111111001111111001001111010001 | 3f3f3f93d1 |
EUC-JP | ???酉 | 0011111100111111001111111100011011010011 | 3f3f3fc6d3 |
UTF-8 | 留뺣썾酉 | 111011111010011110001101111010111011101010100011111011001000110110111110111010011000010110001001 | efa78debbaa3ec8dbee98589 |
UHC | 留뺣썾酉 | 1110101110100111100101011110101110011011101010001110101110110111 | eba795eb9ba8ebb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)