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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 辣窪] | 1110011110000101100011000100010101011101 | e7858c455d |
EUC-JP | 辣窪] | 1110110111100101101101111010011001011101 | ede5b7a65d |
UTF-8 | 辣窪] | 11101000101111101010001111100111101010101010101001011101 | e8bea3e7aaaa5d |
UHC | 辣窪] | 1101010110111000111010001100000101011101 | d5b8e8c15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)