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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 幼D幼D^ | 10010111011000110100010010010111011000110100010001011110 | 9763449763445e |
EUC-JP | 幼D幼D^ | 11001101110001000100010011001101110001000100010001011110 | cdc444cdc4445e |
UTF-8 | 幼D幼D^ | 111001011011100110111100010001001110010110111001101111000100010001011110 | e5b9bc44e5b9bc445e |
UHC | 幼D幼D^ | 11101010111010100100010011101010111010100100010001011110 | eaea44eaea445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)