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 | ???CG | 0011111100111111001111110100001101000111 | 3f3f3f4347 |
SJIS-WIN | ??妖CG | 001111110011111110010111011001000100001101000111 | 3f3f97644347 |
EUC-JP | ??妖CG | 001111110011111111001101110001010100001101000111 | 3f3fcdc54347 |
UTF-8 | 쐛숰妖CG | 1110110010010000100110111110110010001000101100001110010110100110100101100100001101000111 | ec909bec88b0e5a6964347 |
UHC | 쐛숰妖CG | 1001110010000001100110100100100011101000111011010100001101000111 | 9c819a48e8ed4347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)