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 | ?}?s?r}B | 0011111101111101001111110111001100111111011100100111110101000010 | 3f7d3f733f727d42 |
SJIS-WIN | 鯀}鯀sr}B | 1110100110111111011111011110100110111111011100111111011011100011011100100111110101000010 | e9bf7de9bf73f6e3727d42 |
EUC-JP | 鯀}鯀s?r}B | 11110010110000010111110111110010110000010111001100111111011100100111110101000010 | f2c17df2c1733f727d42 |
UTF-8 | 鯀}鯀sr}B | 1110100110101111100000000111110111101001101011111000000001110011111011101001010010001010011100100111110101000010 | e9af807de9af8073ee948a727d42 |
UHC | ?}?s?r}B | 0011111101111101001111110111001100111111011100100111110101000010 | 3f7d3f733f727d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)