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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?社?俎? | 00111111100011101101000000111111100110001101011100111111 | 3f8ed03f98d73f |
EUC-JP | ?社?俎? | 00111111101111001101001000111111110100001101100100111111 | 3fbcd23fd0d93f |
UTF-8 | 렻社값俎렍 | 111010111010000010111011111001111010010010111110111010101011000010010010111001001011111110001110111010111010000010001101 | eba0bbe7a4beeab092e4bf8eeba08d |
UHC | 렻社값俎렍 | 10001110110000111101111011100100101100001010101011110000101110111000111010100011 | 8ec3dee4b0aaf0bb8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)