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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鳶←???? | 1001001111001110100000011010100100111111001111110011111100111111 | 93ce81a93f3f3f3f |
EUC-JP | 鳶←???? | 1100011011010000101000101010101100111111001111110011111100111111 | c6d0a2ab3f3f3f3f |
UTF-8 | 鳶←뮖劣쀧떋 | 111010011011001110110110111000101000011010010000111010111010111010010110111011111010011010011101111011001000000010100111111010111001011010001011 | e9b3b6e28690ebae96efa69dec80a7eb968b |
UHC | 鳶←뮖劣쀧떋 | 111001101110100110100001111001111001001010100010111001101110101110010111111001111000101110100001 | e6e9a1e792a2e6eb97e78ba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)