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 | 省攷? | 1000111111001000100111011011110100111111 | 8fc89dbd3f |
EUC-JP | 省攷? | 1011111011001010110110101011111100111111 | becadabf3f |
UTF-8 | 省攷샐 | 111001111001110010000001111001101001010010110111111011001000001110010000 | e79c81e694b7ec8390 |
UHC | 省攷샐 | 111000001111110111001101101110011011101111111000 | e0fdcdb9bbf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)