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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驫包スェ霑・ | 111010011000101010010101111011111011110110101010111010001011111110100101 | e98a95efbdaae8bfa5 |
EUC-JP | 驫包スェ霑・ | 111100011110101011001010111100011000111010111101100011101010101011110000110000011000111010100101 | f1eacaf18ebd8eaaf0c18ea5 |
UTF-8 | 驫包スェ霑・ | 111010011010100110101011111001011000110010000101111011111011110110111101111011111011110110101010111010011001110010010001111011111011110110100101 | e9a9abe58c85efbdbdefbdaae99c91efbda5 |
UHC | ?包??霑? | 0011111111111000110100000011111100111111111011111100010100111111 | 3ff8d03f3fefc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)