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 | 11100000011010010011111100111111001111110011111101000010 | e0693f3f3f3f42 |
EUC-JP | 瀛??莘?B | 110111111100101000111111001111111000111111011000101010110011111101000010 | dfca3f3f8fd8ab3f42 |
UTF-8 | 瀛륂뢑莘뢂B | 11100111100000001001101111101011101001011000001011101011101000101001000111101000100011101001100011101011101000101000001001000010 | e7809beba582eba291e88e98eba28242 |
UHC | 瀛륂뢑莘뢂B | 1110011110111010100011111110110110001111010011001110001111101110100011101111110001000010 | e7ba8fed8f4ce3ee8efc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)