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 | 撓??榮? | 10011101100110100011111100111111100111101100010000111111 | 9d9a3f3f9ec43f |
EUC-JP | 撓??榮? | 11011001111110100011111100111111110111001100011000111111 | d9fa3f3fdcc63f |
UTF-8 | 撓뽦닾榮첕 | 111001101001001010010011111010111011110110100110111010111000101110111110111001101010011010101110111011001011001010010101 | e69293ebbda6eb8bbee6a6aeecb295 |
UHC | 撓뽦닾榮첕 | 11101000111101011001011011100010100010001010110011100111101101001010101101000010 | e8f596e288ace7b4ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)