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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ツ慊・ツ慊・B | 110000101001110011000010101001011100001010011100110000101010010101000010 | c29cc2a5c29cc2a542 |
EUC-JP | ツ慊・ツ慊・B | 10001110110000101101100011000100100011101010010110001110110000101101100011000100100011101010010101000010 | 8ec2d8c48ea58ec2d8c48ea542 |
UTF-8 | ツ慊・ツ慊・B | 11101111101111101000001011100110100001011000101011101111101111011010010111101111101111101000001011100110100001011000101011101111101111011010010101000010 | efbe82e6858aefbda5efbe82e6858aefbda542 |
UHC | ?慊??慊?B | 001111111100110011000011001111110011111111001100110000110011111101000010 | 3fccc33f3fccc33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)