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 | 爵症。丈 | 10001110110111011000111111000111101000011000111111100100 | 8edd8fc7a18fe4 |
EUC-JP | 爵症。丈 | 1011110011011111101111101100100110001110101000011011111011100110 | bcdfbec98ea1bee6 |
UTF-8 | 爵症。丈 | 111001111000100010110101111001111001011110000111111011111011110110100001111001001011100010001000 | e788b5e79787efbda1e4b888 |
UHC | 爵症?丈 | 11101101110010011111000111111000001111111110110111011011 | edc9f1f83feddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)