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 | 犢犢[犢犢[^ | 1110000010110111111000001011011101011011111000001011011111100000101101110101101101011110 | e0b7e0b75be0b7e0b75b5e |
EUC-JP | 犢犢[犢犢[^ | 1110000010111001111000001011100101011011111000001011100111100000101110010101101101011110 | e0b9e0b95be0b9e0b95b5e |
UTF-8 | 犢犢[犢犢[^ | 111001111000101010100010111001111000101010100010010110111110011110001010101000101110011110001010101000100101101101011110 | e78aa2e78aa25be78aa2e78aa25b5e |
UHC | 犢犢[犢犢[^ | 1101010010111011110101001011101101011011110101001011101111010100101110110101101101011110 | d4bbd4bb5bd4bbd4bb5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)