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 | 娃??預θ | 1000100010100001001111110011111110010111011000011000001111000110 | 88a13f3f976183c6 |
EUC-JP | 娃??預θ | 1011000010100011001111110011111111001101110000101010011011001000 | b0a33f3fcdc2a6c8 |
UTF-8 | 娃믥굨預θ | 1110010110101000100000111110101110101111101001011110101010110101101010001110100110100000100100001100111010111000 | e5a883ebafa5eab5a8e9a090ceb8 |
UHC | 娃믥굨預θ | 11101000110111111001001011100111100000101000111011100111111010001010010111101000 | e8df92e7828ee7e8a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)