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 | 閼ア雜ウ謐 | 1110100010000100101100011110100010110110101100111110011010001101 | e884b1e8b6b3e68d |
EUC-JP | 閼ア雜ウ謐 | 11101111111001001000111010110001111100001011100010001110101100111110101111101101 | efe48eb1f0b88eb3ebed |
UTF-8 | 閼ア雜ウ謐 | 111010011001011010111100111011111011110110110001111010011001101110011100111011111011110110110011111010001010110010010000 | e996bcefbdb1e99b9cefbdb3e8ac90 |
UHC | 閼?雜?謐 | 1110010011011001001111111110110111011010001111111101101011001101 | e4d93fedda3fdacd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)