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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逹。陌樒怐 | 111001111001110110100001111010001001100110011110111001111001110010000001 | e79da1e8999ee79c81 |
EUC-JP | 逹。陌樒怐 | 11101101111111011000111010100001111011111111100111011100111010011101011111100001 | edfd8ea1eff9dce9d7e1 |
UTF-8 | 逹。陌樒怐 | 111010011000000010111001111011111011110110100001111010011001100110001100111001101010100010010010111001101000000010010000 | e980b9efbda1e9998ce6a892e68090 |
UHC | ??陌?? | 001111110011111111011000111010000011111100111111 | 3f3fd8e83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)