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 | 膚? | 100101011000011000111111 | 95863f |
EUC-JP | 膚? | 110010011110011000111111 | c9e63f |
UTF-8 | 膚뤔 | 111010001000011010011010111010111010010010010100 | e8869aeba494 |
UHC | 膚뤔 | 11011101101100011000111111000100 | ddb18fc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)