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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 隲帷判繩ィB | 11101000101010111001101111100111100101001011101111100011100010101010100001000010 | e8ab9be794bbe38aa842 |
EUC-JP | 隲帷判繩ィB | 1111000010101101110101101110100111001000101111011110010111101010100011101010100001000010 | f0add6e9c8bde5ea8ea842 |
UTF-8 | 隲帷判繩ィB | 11101001100110101011001011100101101110001011011111100101100010001010010011100111101110011010100111101111101111011010100001000010 | e99ab2e5b8b7e588a4e7b9a9efbda842 |
UHC | ??判繩?B | 0011111100111111111101111111011111100011101100010011111101000010 | 3f3ff7f7e3b13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)