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 | ?}?s?r}B | 0011111101111101001111110111001100111111011100100111110101000010 | 3f7d3f733f727d42 |
EUC-JP | ?}?s?r}B | 0011111101111101001111110111001100111111011100100111110101000010 | 3f7d3f733f727d42 |
UTF-8 | Ͱ}Ͱsӣr}B | 1100110110110000011111011100110110110000011100111101001110100011011100100111110101000010 | cdb07dcdb073d3a3727d42 |
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)