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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 弩鶩[弩鶩[^ | 1001110001010111111010100100111001011011100111000101011111101010010011100101101101011110 | 9c57ea4e5b9c57ea4e5b5e |
EUC-JP | 弩鶩[弩鶩[^ | 1101011110111000111100111010111101011011110101111011100011110011101011110101101101011110 | d7b8f3af5bd7b8f3af5b5e |
UTF-8 | 弩鶩[弩鶩[^ | 111001011011110010101001111010011011011010101001010110111110010110111100101010011110100110110110101010010101101101011110 | e5bca9e9b6a95be5bca9e9b6a95b5e |
UHC | 弩鶩[弩鶩[^ | 1101001011000000110110011101000001011011110100101100000011011001110100000101101101011110 | d2c0d9d05bd2c0d9d05b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)