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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 叔鴉暎B | 10001111011001101110100111101011100111011111001101000010 | 8f66e9eb9df342 |
EUC-JP | 叔鴉暎B | 10111101110001111111001011101101110110101111010101000010 | bdc7f2eddaf542 |
UTF-8 | 叔鴉暎B | 11100101100011111001010011101001101101001000100111100110100110101000111001000010 | e58f94e9b489e69a8e42 |
UHC | 叔鴉暎B | 11100010110100101110010010111100111001111011001001000010 | e2d2e4bce7b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)