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 | 浯滉ク | 1111101011111100100111111110010010111000 | fafc9fe4b8 |
EUC-JP | 浯滉ク | 10001111110001111100001111011110111001101000111010111000 | 8fc7c3dee68eb8 |
UTF-8 | 浯滉ク | 111001101011010110101111111001101011101110001001111011111011110110111000 | e6b5afe6bb89efbdb8 |
UHC | ?滉? | 00111111111111001101000100111111 | 3ffcd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)