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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 凞ト栁栁 | 11111011010110001100010011111010111001011111001111101101111110011100010011111010111001011111001101000010 | fb58c4fae5f3edf9c4fae5f342 |
EUC-JP | ?ト????? | 0011111110001110110001000011111100111111001111110011111100111111 | 3f8ec43f3f3f3f3f |
UTF-8 | 凞ト栁栁 | 111011111010100010010101111011111011111010000100111001101010000010000001111011101000101110100000111011101001110010011111111001101010000010000001111011101000100010110110 | efa895efbe84e6a081ee8ba0ee9c9fe6a081ee88b6 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)