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 | 渼テト^ | 1111101101001001110000111100010001011110 | fb49c3c45e |
EUC-JP | 渼テト^ | 1000111111000111111100001000111011000011100011101100010001011110 | 8fc7f08ec38ec45e |
UTF-8 | 渼テト^ | 11100110101110001011110011101111101111101000001111101111101111101000010001011110 | e6b8bcefbe83efbe845e |
UHC | 渼??^ | 1101101010110100001111110011111101011110 | dab43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)