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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 贓?暖\ | 111001101101100100111111100100100110011101011100 | e6d93f92675c |
EUC-JP | 贓?暖\ | 111011001101101100111111110000111100100001011100 | ecdb3fc3c85c |
UTF-8 | 贓곈暖\ | 11101000101101001001001111101010101100111000100011100110100110101001011001011100 | e8b493eab388e69a965c |
UHC | 贓곈暖\ | 11101101111111001011000011101001110100011110110001011100 | edfcb0e9d1ec5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)