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 | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 鋏セk | 11100111111101011011111001101011 | e7f5be6b |
EUC-JP | 鋏セk | 1110111011110111100011101011111001101011 | eef78ebe6b |
UTF-8 | 鋏セk | 11101001100010111000111111101111101111011011111001101011 | e98b8fefbdbe6b |
UHC | 鋏?k | 11111010111110010011111101101011 | faf93f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)