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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 娚兪娚兪B | 100110110101001010011001011000001001101101010010100110010110000001000010 | 9b5299609b52996042 |
EUC-JP | 娚兪娚兪B | 110101011011001111010001110000011101010110110011110100011100000101000010 | d5b3d1c1d5b3d1c142 |
UTF-8 | 娚兪娚兪B | 11100101101010001001101011100101100001011010101011100101101010001001101011100101100001011010101001000010 | e5a89ae585aae5a89ae585aa42 |
UHC | ?兪?兪B | 00111111111010101110010000111111111010101110010001000010 | 3feae43feae442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)