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 | ?°? | 001111111011000000111111 | 3fb03f |
SJIS-WIN | 裴°商 | 111001011110100010000001100010111000111110100100 | e5e8818b8fa4 |
EUC-JP | 裴°商 | 111010101110101010100001111010111011111010100110 | eaeaa1ebbea6 |
UTF-8 | 裴°商 | 1110100010100011101101001100001010110000111001011001010110000110 | e8a3b4c2b0e59586 |
UHC | 裴°商 | 110110111101000010100001110001101101111111000010 | dbd0a1c6dfc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)