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 | ûGûGB | 111110110100011110001110101011011111101101000111100011101010110101000010 | fb478eadfb478ead42 |
SJIS-WIN | ?G???G??B | 001111110100011100111111001111110011111101000111001111110011111101000010 | 3f473f3f3f473f3f42 |
EUC-JP | ûG??ûG??B | 10001111101010111110010101000111001111110011111110001111101010111110010101000111001111110011111101000010 | 8fabe5473f3f8fabe5473f3f42 |
UTF-8 | ûGûGB | 110000111011101101000111110000101000111011000010101011011100001110111011010001111100001010001110110000101010110101000010 | c3bb47c28ec2adc3bb47c28ec2ad42 |
UHC | ?G??G?B | 0011111101000111001111111010000110101001001111110100011100111111101000011010100101000010 | 3f473fa1a93f473fa1a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)