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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 撓ε?撓ε?^ | 1001110110011010100000111100001100111111100111011001101010000011110000110011111101011110 | 9d9a83c33f9d9a83c33f5e |
EUC-JP | 撓ε?撓ε?^ | 1101100111111010101001101100010100111111110110011111101010100110110001010011111101011110 | d9faa6c53fd9faa6c53f5e |
UTF-8 | 撓ε눍撓ε뇿^ | 1110011010010010100100111100111010110101111010111000100010001101111001101001001010010011110011101011010111101011100001111011111101011110 | e69293ceb5eb888de69293ceb5eb87bf5e |
UHC | 撓ε눍撓ε뇿^ | 11101000111101011010010111100101100001111010100111101000111101011010010111100101100001111010000001011110 | e8f5a5e587a9e8f5a5e587a05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)