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 | 将タ。ワ皂 | 10001111101010111100000010100001110111001111101101110000 | 8fabc0a1dcfb70 |
EUC-JP | 将タ。ワ? | 101111101010110110001110110000001000111010100001100011101101110000111111 | bead8ec08ea18edc3f |
UTF-8 | 将タ。ワ皂 | 111001011011000010000110111011111011111010000000111011111011110110100001111011111011111010011100111001111001101010000010 | e5b086efbe80efbda1efbe9ce79a82 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)