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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 荅蛾■B | 11100100101001111000100111101001100000011010000101000010 | e4a789e981a142 |
EUC-JP | 荅蛾■B | 11101000101010011011001011101011101000101010001101000010 | e8a9b2eba2a342 |
UTF-8 | 荅蛾■B | 11101000100011011000010111101000100110111011111011100010100101101010000001000010 | e88d85e89bbee296a042 |
UHC | ?蛾■B | 001111111110010010110110101000011110000101000010 | 3fe4b6a1e142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)