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 | ????SB | 001111110011111100111111001111110101001101000010 | 3f3f3f3f5342 |
SJIS-WIN | 巐庭讌クSB | 111110101011011010010010111010111110011010100101101110000101001101000010 | fab692ebe6a5b85342 |
EUC-JP | 巐庭讌クSB | 1000111110111011111110011100010011101101111011001010011110001110101110000101001101000010 | 8fbbf9c4edeca78eb85342 |
UTF-8 | 巐庭讌クSB | 1110010110110111100100001110010110111010101011011110100010101110100011001110111110111101101110000101001101000010 | e5b790e5baade8ae8cefbdb85342 |
UHC | ?庭??SB | 00111111111011111101010000111111001111110101001101000010 | 3fefd43f3f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)