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 | D_ | 100100100100010001011111 | 92445f |
SJIS-WIN | ?D_ | 001111110100010001011111 | 3f445f |
EUC-JP | ?D_ | 001111110100010001011111 | 3f445f |
UTF-8 | D_ | 11000010100100100100010001011111 | c292445f |
UHC | ?D_ | 001111110100010001011111 | 3f445f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)