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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 猷??壹?6 | 100101110101000100111111001111111001101011100011001111111000001001010101 | 97513f3f9ae33f8255 |
EUC-JP | 猷??壹?6 | 110011011011001000111111001111111101010011100101001111111010001110110110 | cdb23f3fd4e53fa3b6 |
UTF-8 | 猷득톷壹묐6 | 111001111000110010110111111010111001001110011101111011011000011010110111111001011010001110111001111010111010110010010000111011111011110010010110 | e78cb7eb939ded86b7e5a3b9ebac90efbc96 |
UHC | 猷득톷壹묐6 | 111010111010001110110101111001101011011110001011111011001110110010010001111010111010001110110110 | eba3b5e6b78becec91eba3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)