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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ワ鑈ッ執 | 11110000101101001101110011111011111001111111011111101100101011111000111010110111 | f0b4dcfbe7f7ecaf8eb7 |
EUC-JP | ?ワ鑈?ッ執 | 0011111110001110110111001000111111100101111010110011111110001110101011111011110010111001 | 3f8edc8fe5eb3f8eafbcb9 |
UTF-8 | ワ鑈ッ執 | 111011101000000110110011111011111011111010011100111010011001000110001000111011101001011110001111111011111011110110101111111001011001111110110111 | ee81b3efbe9ce99188ee978fefbdafe59fb7 |
UHC | ?????執 | 00111111001111110011111100111111001111111111001011111011 | 3f3f3f3f3ff2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)