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 | 遽勤イ | 1110011110101111100010111100111010110010 | e7af8bceb2 |
EUC-JP | 遽勤イ | 111011101011000110110110110100001000111010110010 | eeb1b6d08eb2 |
UTF-8 | 遽勤イ | 111010011000000110111101111001011000101110100100111011111011110110110010 | e981bde58ba4efbdb2 |
UHC | 遽勤? | 1100101111101000110100001100001100111111 | cbe8d0c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)