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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邵」閨セ蝨 | 1110011110111000101000111110100010000001101111101110010110011100 | e7b8a3e881bee59c |
EUC-JP | 邵」閨セ蝨 | 11101110101110101000111010100011111011111110000110001110101111101110100111111100 | eeba8ea3efe18ebee9fc |
UTF-8 | 邵」閨セ蝨 | 111010011000001010110101111011111011110110100011111010011001011010101000111011111011110110111110111010001001110110101000 | e982b5efbda3e996a8efbdbee89da8 |
UHC | 邵?閨?蝨 | 1110000111010000001111111101000010110001001111111110001110100100 | e1d03fd0b13fe3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)