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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 渼。ト^ | 1111101101001001101000011100010001011110 | fb49a1c45e |
EUC-JP | 渼。ト^ | 1000111111000111111100001000111010100001100011101100010001011110 | 8fc7f08ea18ec45e |
UTF-8 | 渼。ト^ | 11100110101110001011110011101111101111011010000111101111101111101000010001011110 | e6b8bcefbda1efbe845e |
UHC | 渼??^ | 1101101010110100001111110011111101011110 | dab43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)