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 | 鼇??瑜ι | 1110101010000111001111110011111111100000111011111000001111000111 | ea873f3fe0ef83c7 |
EUC-JP | 鼇??瑜ι | 1111001111100111001111110011111111100000111100011010011011001001 | f3e73f3fe0f1a6c9 |
UTF-8 | 鼇딄퇊瑜ι | 1110100110111100100001111110101110010100100001001110110110000111100010101110011110010001100111001100111010111001 | e9bc87eb9484ed878ae7919cceb9 |
UHC | 鼇딄퇊瑜ι | 11101000101010001000101011101010101101111001101111101011101001011010010111101001 | e8a88aeab79beba5a5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)