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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 損淡] | 1001000110111001100100100101011101011101 | 91b992575d |
EUC-JP | 損淡] | 1100001010111011110000111011100001011101 | c2bbc3b85d |
UTF-8 | 損淡] | 11100110100100001000110111100110101101111010000101011101 | e6908de6b7a15d |
UHC | 損淡] | 1110000111011111110100111011111101011101 | e1dfd3bf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)