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 | 精?迂蛟?? | 100100001011100000111111100010010100100111100101100000000011111100111111 | 90b83f8949e5803f3f |
EUC-JP | 精?迂蛟?? | 110000001011101000111111101100011010101011101001111000000011111100111111 | c0ba3fb1aae9e03f3f |
UTF-8 | 精렞迂蛟렰렠 | 111001111011001010111110111010111010000010011110111010001011111110000010111010001001101110011111111010111010000010110000111010111010000010100000 | e7b2beeba09ee8bf82e89b9feba0b0eba0a0 |
UHC | 精렞迂蛟렰렠 | 111011111111000110001110101011111110100111100110110011101111000110001110101111011000111010110001 | eff18eafe9e6cef18ebd8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)