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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?蛟??B | 001111111110010110000000001111110011111101000010 | 3fe5803f3f42 |
EUC-JP | 塼蛟??B | 1000111110111000101110011110100111100000001111110011111101000010 | 8fb8b9e9e03f3f42 |
UTF-8 | 塼蛟렰렫B | 11100101101000011011110011101000100110111001111111101011101000001011000011101011101000001010101101000010 | e5a1bce89b9feba0b0eba0ab42 |
UHC | 塼蛟렰렫B | 111011101111010011001110111100011000111010111101100011101011100101000010 | eef4cef18ebd8eb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)