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 | 齏齏齏齏 | 1110100011101011111010001110101111101000111010111110100011101011 | e8ebe8ebe8ebe8eb |
EUC-JP | 齏齏齏齏 | 1111000011101101111100001110110111110000111011011111000011101101 | f0edf0edf0edf0ed |
UTF-8 | 齏齏齏齏 | 111010011011110110001111111010011011110110001111111010011011110110001111111010011011110110001111 | e9bd8fe9bd8fe9bd8fe9bd8f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)