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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 抑手?E | 100101110111110110001110111010000011111101000101 | 977d8ee83f45 |
EUC-JP | 抑手?E | 110011011101111010111100111010100011111101000101 | cddebcea3f45 |
UTF-8 | 抑手떂E | 11100110100010101001000111100110100010011000101111101011100101101000001001000101 | e68a91e6898beb968245 |
UHC | 抑手떂E | 11100101111001001110001010100010100010111001100001000101 | e5e4e2a28b9845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)