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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 蔗誌愁] | 11100100111100101000111010001111100011110100010001011101 | e4f28e8f8f445d |
EUC-JP | 蔗誌愁] | 11101000111101001011101111101111101111011010010101011101 | e8f4bbefbda55d |
UTF-8 | 蔗誌愁] | 11101000100101001001011111101000101010101000110011100110100001001000000101011101 | e89497e8aa8ce684815d |
UHC | 蔗誌愁] | 11101101101111011111001010111100111000011111111001011101 | edbdf2bce1fe5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)