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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邯」辟皮 | 11100111101101101010001111100111100001001001010011100111 | e7b6a3e78494e7 |
EUC-JP | 邯」辟皮 | 1110111010111000100011101010001111101101111001001100100011101001 | eeb88ea3ede4c8e9 |
UTF-8 | 邯」辟皮 | 111010011000001010101111111011111011110110100011111010001011111010011111111001111001101010101110 | e982afefbda3e8be9fe79aae |
UHC | 邯??皮 | 110010101111101100111111001111111111100110101011 | cafb3f3ff9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)