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 | ??在?苡? | 0011111100111111100011011101110100111111111001001000111100111111 | 3f3f8ddd3fe48f3f |
EUC-JP | 瑗?在?苡? | 10001111110011001100000000111111101110101101111100111111111001111110111100111111 | 8fccc03fbadf3fe7ef3f |
UTF-8 | 瑗렦在렔苡렠 | 111001111001000110010111111010111010000010100110111001011001110010101000111010111010000010010100111010001000101110100001111010111010000010100000 | e79197eba0a6e59ca8eba094e88ba1eba0a0 |
UHC | 瑗렦在렔苡렠 | 111010101011110010001110101101011110111010100100100011101010100111101100101111101000111010110001 | eabc8eb5eea48ea9ecbe8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)