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 | ?????CF | 00111111001111110011111100111111001111110100001101000110 | 3f3f3f3f3f4346 |
SJIS-WIN | 轤ュ蜊定∮CF | 1110011110000010101011011110010110001101100100101110100010000111100100110100001101000110 | e782ade58d92e887934346 |
EUC-JP | 轤ュ蜊定?CF | 1110110111100010100011101010110111101001111011011100010011101010001111110100001101000110 | ede28eade9edc4ea3f4346 |
UTF-8 | 轤ュ蜊定∮CF | 1110100010111101101001001110111110111101101011011110100010011100100010101110010110101110100110101110001010001000101011100100001101000110 | e8bda4efbdade89c8ae5ae9ae288ae4346 |
UHC | ???定∮CF | 001111110011111100111111111011111101001010100010101100010100001101000110 | 3f3f3fefd2a2b14346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)