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 | タホ丈ワテ | 110000001100111010001111111001001101110011000011 | c0ce8fe4dcc3 |
EUC-JP | タホ丈ワテ | 10001110110000001000111011001110101111101110011010001110110111001000111011000011 | 8ec08ecebee68edc8ec3 |
UTF-8 | タホ丈ワテ | 111011111011111010000000111011111011111010001110111001001011100010001000111011111011111010011100111011111011111010000011 | efbe80efbe8ee4b888efbe9cefbe83 |
UHC | ??丈?? | 001111110011111111101101110110110011111100111111 | 3f3feddb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)