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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 溏鳰怙^ | 10011111111011011110100111101010100111001000000001011110 | 9fede9ea9c805e |
EUC-JP | 溏鳰怙^ | 11011110111011111111001011101100110101111110000001011110 | deeff2ecd7e05e |
UTF-8 | 溏鳰怙^ | 11100110101110101000111111101001101100111011000011100110100000001001100101011110 | e6ba8fe9b3b0e680995e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)