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 | ???信? | 001111110011111100111111100100000100110100111111 | 3f3f3f904d3f |
EUC-JP | ?堉?信? | 0011111110001111101101111111110100111111101111111010111000111111 | 3f8fb7fd3fbfae3f |
UTF-8 | 뤊堉탲信샬 | 111010111010010010001010111001011010000010001001111011011000001110110010111001001011111110100001111011001000001110101100 | eba48ae5a089ed83b2e4bfa1ec83ac |
UHC | 뤊堉탲信샬 | 10001111101110101110101110111100101101011000111111100011111000011011110010100011 | 8fbaebbcb58fe3e1bca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)