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 | 淲ゥ蠑縮 | 11111011010001001010100111100101101111001000111101101011 | fb44a9e5bc8f6b |
EUC-JP | ?ゥ蠑縮 | 00111111100011101010100111101010101111101011110111001100 | 3f8ea9eabebdcc |
UTF-8 | 淲ゥ蠑縮 | 111001101011011110110010111011111011110110101001111010001010000010010001111001111011100010101110 | e6b7b2efbda9e8a091e7b8ae |
UHC | ???縮 | 0011111100111111001111111111010111101010 | 3f3f3ff5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)