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 | ?O?B | 00111111010011110011111101000010 | 3f4f3f42 |
SJIS-WIN | 盖O咤B | 111000011011001101001111100110100100001001000010 | e1b34f9a4242 |
EUC-JP | 盖O咤B | 111000101011010101001111110100111010001101000010 | e2b54fd3a342 |
UTF-8 | 盖O咤B | 1110011110011011100101100100111111100101100100101010010001000010 | e79b964fe592a442 |
UHC | 盖O咤B | 110010111100110001001111111101101110001101000010 | cbcc4ff6e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)