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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 鴦鴦\ | 1110100111110001111010011111000101011100 | e9f1e9f15c |
EUC-JP | 鴦鴦\ | 1111001011110011111100101111001101011100 | f2f3f2f35c |
UTF-8 | 鴦鴦\ | 11101001101101001010011011101001101101001010011001011100 | e9b4a6e9b4a65c |
UHC | 鴦鴦\ | 1110010011101100111001001110110001011100 | e4ece4ec5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)