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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ヤ鞋「\ | 11110000110000011101010011101000110111001010001001011100 | f0c1d4e8dca25c |
EUC-JP | ?ヤ鞋「\ | 0011111110001110110101001111000011011110100011101010001001011100 | 3f8ed4f0de8ea25c |
UTF-8 | ヤ鞋「\ | 11101110100000101000000011101111101111101001010011101001100111101000101111101111101111011010001001011100 | ee8280efbe94e99e8befbda25c |
UHC | ??鞋?\ | 001111110011111111111011101110010011111101011100 | 3f3ffbb93f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)