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 | 佇競?? | 100110001100100010001011101000110011111100111111 | 98c88ba33f3f |
EUC-JP | 佇競?? | 110100001100101010110110101001010011111100111111 | d0cab6a53f3f |
UTF-8 | 佇競렭렏 | 111001001011110110000111111001111010101110110110111010111010000010101101111010111010000010001111 | e4bd87e7abb6eba0adeba08f |
UHC | 佇競렭렏 | 1110111010110111110011001110011010001110101110101000111010100101 | eeb7cce68eba8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)