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 | 羂碁秀覯 | 1110001110101110100011001110100110001111010001111110011001010001 | e3ae8ce98f47e651 |
EUC-JP | 羂碁秀覯 | 1110011010110000101110001110101110111101101010001110101110110010 | e6b0b8ebbda8ebb2 |
UTF-8 | 羂碁秀覯 | 111001111011111010000010111001111010001010000001111001111010011110000000111010001010011010101111 | e7be82e7a281e7a780e8a6af |
UHC | ?碁秀? | 001111111101000110110011111000101011001100111111 | 3fd1b3e2b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)