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 | 篋顔 | 11100010101110001000101011100111 | e2b88ae7 |
EUC-JP | 篋顔 | 11100100101110101011010011101001 | e4bab4e9 |
UTF-8 | 篋顔 | 111001111010111110001011111010011010000110010100 | e7af8be9a194 |
UHC | ?顔 | 001111111110010011010100 | 3fe4d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)