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 | 蒟ч勧蒹 | 1110010011100101100001001000100110001010101010011110010011100011 | e4e584898aa9e4e3 |
EUC-JP | 蒟ч勧蒹 | 1110100011100111101001111110100110110100101010111110100011100101 | e8e7a7e9b4abe8e5 |
UTF-8 | 蒟ч勧蒹 | 1110100010010010100111111101000110000111111001011000101110100111111010001001001010111001 | e8929fd187e58ba7e892b9 |
UHC | ?ч?? | 0011111110101100111010010011111100111111 | 3face93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)