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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 驟檎、セ~ | 11101001100001011000110011100111101001001011111001111110 | e9858ce7a4be7e |
EUC-JP | 驟檎、セ~ | 111100011110010110111000111010011000111010100100100011101011111001111110 | f1e5b8e98ea48ebe7e |
UTF-8 | 驟檎、セ~ | 11101001101010011001111111100110101010101000111011101111101111011010010011101111101111011011111001111110 | e9a99fe6aa8eefbda4efbdbe7e |
UHC | 驟檎??~ | 11110110101011101101000011010101001111110011111101111110 | f6aed0d53f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)