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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 痾鱆眄盖瘁 | 11100001011111011110100111100001111000011011111011100001101100111110000110000001 | e17de9e1e1bee1b3e181 |
EUC-JP | 痾鱆眄盖瘁 | 11100001110111101111001011100011111000101100000011100010101101011110000111100001 | e1def2e3e2c0e2b5e1e1 |
UTF-8 | 痾鱆眄盖瘁 | 111001111001011110111110111010011011000110000110111001111001110010000100111001111001101110010110111001111001100010000001 | e797bee9b186e79c84e79b96e79881 |
UHC | ??眄盖? | 00111111001111111101100011111000110010111100110000111111 | 3f3fd8f8cbcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)