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 | 鞳顔涵 | 111010001110001110001010111001111001111110111100 | e8e38ae79fbc |
EUC-JP | 鞳顔涵 | 111100001110010110110100111010011101111010111110 | f0e5b4e9debe |
UTF-8 | 鞳顔涵 | 111010011001111010110011111010011010000110010100111001101011011010110101 | e99eb3e9a194e6b6b5 |
UHC | ?顔涵 | 0011111111100100110101001111100111100100 | 3fe4d4f9e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)