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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 骭オツー莉 | 11101001100011001011010111000010101100001110010010111011 | e98cb5c2b0e4bb |
EUC-JP | 骭オツー莉 | 11110001111011001000111010110101100011101100001010001110101100001110100010111101 | f1ec8eb58ec28eb0e8bd |
UTF-8 | 骭オツー莉 | 111010011010101010101101111011111011110110110101111011111011111010000010111011111011110110110000111010001000111010001001 | e9aaadefbdb5efbe82efbdb0e88e89 |
UHC | ????莉 | 001111110011111100111111001111111101011111101001 | 3f3f3f3fd7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)