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 | 雕???燒 | 11101000101110000011111100111111001111111110000010010110 | e8b83f3f3fe096 |
EUC-JP | 雕???燒 | 11110000101110100011111100111111001111111101111111110110 | f0ba3f3f3fdff6 |
UTF-8 | 雕셸렣뤊燒 | 111010011001101110010101111011001000010110111000111010111010000010100011111010111010010010001010111001111000011110010010 | e99b95ec85b8eba0a3eba48ae78792 |
UHC | 雕셸렣뤊燒 | 11110000111001111011110011010000100011101011010010001111101110101110000111000000 | f0e7bcd08eb48fbae1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)