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 | 00111111001111111101100001000010 | 3f3fd842 |
SJIS-WIN | 葬??B | 1001000110010010001111110011111101000010 | 91923f3f42 |
EUC-JP | 葬?ØB | 11000001111100100011111110001111101010011010110001000010 | c1f23f8fa9ac42 |
UTF-8 | 葬싷ØB | 111010001001000110101100111011001000101110110111110000111001100001000010 | e891acec8bb7c39842 |
UHC | 葬싷ØB | 11101101111101111001101011101111101010001010101001000010 | edf79aefa8aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)