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 | 11100111101101001001011111101000101101011010011001000010 | e7b497e8b5a642 |
EUC-JP | 邏苓オヲB | 111011101011011011001110111010101000111010110101100011101010011001000010 | eeb6ceea8eb58ea642 |
UTF-8 | 邏苓オヲB | 11101001100000101000111111101000100010111001001111101111101111011011010111101111101111011010011001000010 | e9828fe88b93efbdb5efbda642 |
UHC | 邏???B | 110101011010010000111111001111110011111101000010 | d5a43f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)