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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 懿?艤 | 1001110011110010001111111110010001111110 | 9cf23fe47e |
EUC-JP | 懿?艤 | 1101100011110100001111111110011111011111 | d8f43fe7df |
UTF-8 | 懿렗艤 | 111001101000011110111111111010111010000010010111111010001000100110100100 | e687bfeba097e889a4 |
UHC | 懿렗艤 | 111010111111001110001110101011001110101111111010 | ebf38eacebfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)