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 | ???^?? | 001111110011111100111111010111100011111100111111 | 3f3f3f5e3f3f |
SJIS-WIN | ??ァ^?審 | 0011111100111111100000110100000001011110001111111001000001010010 | 3f3f83405e3f9052 |
EUC-JP | ??ァ^?審 | 0011111100111111101001011010000101011110001111111011111110110011 | 3f3fa5a15e3fbfb3 |
UTF-8 | 룫휁ァ^룵審 | 11101011101000111010101111101101100111001000000111100011100000101010000101011110111010111010001110110101111001011010111110101001 | eba3abed9c81e382a15eeba3b5e5afa9 |
UHC | 룫휁ァ^룵審 | 1000111110100010110001001000111110101011101000010101111010001111101010101110001111111011 | 8fa2c48faba15e8faae3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)