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 | 11100010101011111000110111100110100011100101011101000101 | e2af8de68e5745 |
EUC-JP | 箟肴燦E | 11100100101100011011101011101000101110111011100001000101 | e4b1bae8bbb845 |
UTF-8 | 箟肴燦E | 11100111101011101001111111101000100000101011010011100111100001111010011001000101 | e7ae9fe882b4e787a645 |
UHC | ?肴燦E | 001111111111110110100010111100111011111001000101 | 3ffda2f3be45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)