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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 実 | 10001110110000001111000011000101 | 8ec0f0c5 |
EUC-JP | 実? | 101111001100001000111111 | bcc23f |
UTF-8 | 実 | 111001011010111010011111111011101000001010000100 | e5ae9fee8284 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)