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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 豫?С豫?СB | 1001100010101100001111111000010001010010100110001010110000111111100001000101001001000010 | 98ac3f845298ac3f845242 |
EUC-JP | 豫?С豫?СB | 1101000010101110001111111010011110110011110100001010111000111111101001111011001101000010 | d0ae3fa7b3d0ae3fa7b342 |
UTF-8 | 豫긺С豫긺СB | 1110100010110001101010111110101010111000101110101101000010100001111010001011000110101011111010101011100010111010110100001010000101000010 | e8b1abeab8bad0a1e8b1abeab8bad0a142 |
UHC | 豫긺С豫긺СB | 11100111111000111011000111100111101011001011001111100111111000111011000111100111101011001011001101000010 | e7e3b1e7acb3e7e3b1e7acb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)