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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | タケアヨE | 1100000010111001101100011101011001000101 | c0b9b1d645 |
EUC-JP | タケアヨE | 100011101100000010001110101110011000111010110001100011101101011001000101 | 8ec08eb98eb18ed645 |
UTF-8 | タケアヨE | 11101111101111101000000011101111101111011011100111101111101111011011000111101111101111101001011001000101 | efbe80efbdb9efbdb1efbe9645 |
UHC | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)