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 | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 杢鴣n杢鴣nB | 1001011011011011111010011111001101101110100101101101101111101001111100110110111001000010 | 96dbe9f36e96dbe9f36e42 |
EUC-JP | 杢鴣n杢鴣nB | 1100110011011101111100101111010101101110110011001101110111110010111101010110111001000010 | ccddf2f56eccddf2f56e42 |
UTF-8 | 杢鴣n杢鴣nB | 111001101001110110100010111010011011010010100011011011101110011010011101101000101110100110110100101000110110111001000010 | e69da2e9b4a36ee69da2e9b4a36e42 |
UHC | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)