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 | ??├? | 0011111100111111100001001010010100111111 | 3f3f84a53f |
EUC-JP | 泂?├? | 10001111110001101111011000111111101010001010011100111111 | 8fc6f63fa8a73f |
UTF-8 | 泂쭤├롇 | 111001101011001110000010111011001010110110100100111000101001010010011100111010111010000110000111 | e6b382ecada4e2949ceba187 |
UHC | 泂쭤├롇 | 1111101110100010110000101110010110100110101001111000111011001101 | fba2c2e5a6a78ecd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)