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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 偕?諧 | 1001100011110001001111111110011001111110 | 98f13fe67e |
EUC-JP | 偕?諧 | 1101000011110011001111111110101111011111 | d0f33febdf |
UTF-8 | 偕렱諧 | 111001011000000110010101111010111010000010110001111010001010101110100111 | e58195eba0b1e8aba7 |
UHC | 偕렱諧 | 111110101010010110001110101111101111101010110010 | faa58ebefab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)