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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?嶝??種 | 00111111100110111101000100111111001111111000111011101101 | 3f9bd13f3f8eed |
EUC-JP | 塡嶝??種 | 100011111011100010110100110101101101001100111111001111111011110011101111 | 8fb8b4d6d33f3fbcef |
UTF-8 | 塡嶝렰렭種 | 111001011010000110100001111001011011011010011101111010111010000010110000111010111010000010101101111001111010100010101110 | e5a1a1e5b69deba0b0eba0ade7a8ae |
UHC | 塡嶝렰렭種 | 11101110111100111101010011110001100011101011110110001110101110101111000011111010 | eef3d4f18ebd8ebaf0fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)