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 | 顰懷∞ | 111010001111110010011100111001011000000110000111 | e8fc9ce58187 |
EUC-JP | 顰懷∞ | 111100001111111011011000111001111010000111100111 | f0fed8e7a1e7 |
UTF-8 | 顰懷∞ | 111010011010000110110000111001101000011110110111111000101000100010011110 | e9a1b0e687b7e2889e |
UHC | ?懷∞ | 0011111111111100111000111010000111000100 | 3ffce3a1c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)