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 | 髯悟コ | 1110100110011001100011001110010110111010 | e9998ce5ba |
EUC-JP | 髯悟コ | 111100011111100110111000111001111000111010111010 | f1f9b8e78eba |
UTF-8 | 髯悟コ | 111010011010101110101111111001101000001010011111111011111011110110111010 | e9abafe6829fefbdba |
UHC | ?悟? | 00111111111001111111011000111111 | 3fe7f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)