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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ム趺 | 1111000010110110110100011110011011100101 | f0b6d1e6e5 |
EUC-JP | ?ム趺 | 0011111110001110110100011110110011100111 | 3f8ed1ece7 |
UTF-8 | ム趺 | 111011101000000110110101111011111011111010010001111010001011011010111010 | ee81b5efbe91e8b6ba |
UHC | ??趺 | 00111111001111111101110110111010 | 3f3fddba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)