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 | 陟包スェ隲「 | 111010001010000010010101111011111011110110101010111010001010101110100010 | e8a095efbdaae8aba2 |
EUC-JP | 陟包スェ隲「 | 111100001010001011001010111100011000111010111101100011101010101011110000101011011000111010100010 | f0a2caf18ebd8eaaf0ad8ea2 |
UTF-8 | 陟包スェ隲「 | 111010011001100110011111111001011000110010000101111011111011110110111101111011111011110110101010111010011001101010110010111011111011110110100010 | e9999fe58c85efbdbdefbdaae99ab2efbda2 |
UHC | 陟包???? | 1111010010110011111110001101000000111111001111110011111100111111 | f4b3f8d03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)