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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???弔 | 0011111100111111001111111001001010100010 | 3f3f3f92a2 |
EUC-JP | ???弔 | 0011111100111111001111111100010010100100 | 3f3f3fc4a4 |
UTF-8 | 易쇠샴弔 | 111011111010011110100000111011001000011110100000111011001000001110110100111001011011110010010100 | efa7a0ec87a0ec83b4e5bc94 |
UHC | 易쇠샴弔 | 1110110010101111101111001110100010111100101001001111000011000000 | ecafbce8bca4f0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)