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 | 爵七執勺 | 1000111011011101100011101011010110001110101101111000111011011001 | 8edd8eb58eb78ed9 |
EUC-JP | 爵七執勺 | 1011110011011111101111001011011110111100101110011011110011011011 | bcdfbcb7bcb9bcdb |
UTF-8 | 爵七執勺 | 111001111000100010110101111001001011100010000011111001011001111110110111111001011000101110111010 | e788b5e4b883e59fb7e58bba |
UHC | 爵七執勺 | 1110110111001001111101101101001011110010111110111110110111000011 | edc9f6d2f2fbedc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)