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 | ??O | 001111110011111101001111 | 3f3f4f |
SJIS-WIN | 礪猜O | 1110000111101000111000001100100001001111 | e1e8e0c84f |
EUC-JP | 礪猜O | 1110001011101010111000001100101001001111 | e2eae0ca4f |
UTF-8 | 礪猜O | 11100111101001001010101011100111100011001001110001001111 | e7a4aae78c9c4f |
UHC | 礪猜O | 1101010111101100111000111100010001001111 | d5ece3c44f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)