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 | 001111111001010110000001111110110110011101000010 | 3f9581fb6742 |
EUC-JP | ?普琦B | 00111111110010011110000110001111110011001010101101000010 | 3fc9e18fccab42 |
UTF-8 | 렺普琦B | 11101011101000001011101011100110100110011010111011100111100100001010011001000010 | eba0bae699aee790a642 |
UHC | 렺普琦B | 10001110110000101101110011000101110100011010110101000010 | 8ec2dcc5d1ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)