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 | ????@\ | 001111110011111100111111001111110100000001011100 | 3f3f3f3f405c |
SJIS-WIN | ヘロ@\ | 1100110111011011111101101011010011110110110011100100000001011100 | cddbf6b4f6ce405c |
EUC-JP | ヘロ??@\ | 1000111011001101100011101101101100111111001111110100000001011100 | 8ecd8edb3f3f405c |
UTF-8 | ヘロ@\ | 1110111110111110100011011110111110111110100110111110111010010011100110111110111010010011101101010100000001011100 | efbe8defbe9bee939bee93b5405c |
UHC | ????@\ | 001111110011111100111111001111110100000001011100 | 3f3f3f3f405c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)