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 | 1110001111010111111000111100100001101011 | e3d7e3c86b |
EUC-JP | 聆翳k | 1110011011011001111001101100101001101011 | e6d9e6ca6b |
UTF-8 | 聆翳k | 11101000100000011000011011100111101111111011001101101011 | e88186e7bfb36b |
UHC | 聆?k | 11010110110000000011111101101011 | d6c03f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)