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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 眈癌\ | 1110000110111100100010101110000001011100 | e1bc8ae05c |
EUC-JP | 眈癌\ | 1110001010111110101101001110001001011100 | e2beb4e25c |
UTF-8 | 眈癌\ | 11100111100111001000100011100111100110011000110001011100 | e79c88e7998c5c |
UHC | 眈癌\ | 1111011110101111111001001101111101011100 | f7afe4df5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)