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 | çý¤Î\ | 11100111111111011001110110100100100111011100111001011100 | e7fd9da49dce5c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | çý?¤?Î\ | 100011111010101110101110100011111010101111110010001111111000111110100010111100000011111110001111101010101100001001011100 | 8fabae8fabf23f8fa2f03f8faac25c |
UTF-8 | çý¤Î\ | 11000011101001111100001110111101110000101001110111000010101001001100001010011101110000111000111001011100 | c3a7c3bdc29dc2a4c29dc38e5c |
UHC | ???¤??\ | 0011111100111111001111111010001010110100001111110011111101011100 | 3f3f3fa2b43f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)