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 | 蝪シ迢。笏 | 1110010110100001101111001110011110001011101000011110001010010100 | e5a1bce78ba1e294 |
EUC-JP | 蝪シ迢。笏 | 11101010101000111000111010111100111011011110101110001110101000011110001111110100 | eaa38ebcedeb8ea1e3f4 |
UTF-8 | 蝪シ迢。笏 | 111010001001110110101010111011111011110110111100111010001011111110100010111011111011110110100001111001111010110010001111 | e89daaefbdbce8bfa2efbda1e7ac8f |
UHC | ????笏 | 001111110011111100111111001111111111101111101110 | 3f3f3f3ffbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)