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 | ??D???? | 00111111001111110100010000111111001111110011111100111111 | 3f3f443f3f3f3f |
SJIS-WIN | ??D趙??但 | 001111110011111101000100111001101110001000111111001111111001001001000001 | 3f3f44e6e23f3f9241 |
EUC-JP | ??D趙??但 | 001111110011111101000100111011001110010000111111001111111100001110100010 | 3f3f44ece43f3fc3a2 |
UTF-8 | 亐렕D趙흗렧但 | 11100100101110101001000011101011101000001001010101000100111010001011011010011001111011011001110110010111111010111010000010100111111001001011110110000110 | e4ba90eba09544e8b699ed9d97eba0a7e4bd86 |
UHC | 亐렕D趙흗렧但 | 11101010101001111000111010101010010001001111000011100001110010001110100110001110101101101101001110100011 | eaa78eaa44f0e1c8e98eb6d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)