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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | セュ熙写 | 101111101010110111101010101001001000111011001010 | beadeaa48eca |
EUC-JP | セュ熙写 | 1000111010111110100011101010110111110100101001101011110011001100 | 8ebe8eadf4a6bccc |
UTF-8 | セュ熙写 | 111011111011110110111110111011111011110110101101111001111000011010011001111001011000011010011001 | efbdbeefbdade78699e58699 |
UHC | ??熙? | 0011111100111111111111011111011100111111 | 3f3ffdf73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)