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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 五μ? | 1000110011011100100000111100101000111111 | 8cdc83ca3f |
EUC-JP | 五μ? | 1011100011011110101001101100110000111111 | b8dea6cc3f |
UTF-8 | 五μ뀠 | 1110010010111010100101001100111010111100111010111000000010100000 | e4ba94cebceb80a0 |
UHC | 五μ뀠 | 111001111110100110100101111011001000010110010111 | e7e9a5ec8597 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)