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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 沃↑?鹽 | 10010111100000001000000110101010001111111110101001100100 | 978081aa3fea64 |
EUC-JP | 沃↑?鹽 | 11001101111000001010001010101100001111111111001111000101 | cde0a2ac3ff3c5 |
UTF-8 | 沃↑략鹽 | 111001101011001010000011111000101000011010010001111010111001111010110101111010011011100110111101 | e6b283e28691eb9eb5e9b9bd |
UHC | 沃↑략鹽 | 1110100010101010101000011110100010110111101010111110011110100100 | e8aaa1e8b7abe7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)