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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 浴? | 100101111000000100111111 | 97813f |
EUC-JP | 浴? | 110011011110000100111111 | cde13f |
UTF-8 | 浴歷 | 111001101011010110110100111011111010011010001100 | e6b5b4efa68c |
UHC | 浴歷 | 11101001101100011110011010111000 | e9b1e6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)