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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 泳??約 | 100010010110101000111111001111111001011011110001 | 896a3f3f96f1 |
EUC-JP | 泳??約 | 101100011100101100111111001111111100110011110011 | b1cb3f3fccf3 |
UTF-8 | 泳됮뭲約 | 111001101011001110110011111010111001000010101110111010111010110110110010111001111011010010000100 | e6b3b3eb90aeebadb2e7b484 |
UHC | 泳됮뭲約 | 1110011110110110100010011110100110010010100000011110010110110011 | e7b689e99281e5b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)