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 | ûI¹ûYº | 1111101101001001100011101011100111111011010110011000111010111010 | fb498eb9fb598eba |
SJIS-WIN | ?I???Y?? | 0011111101001001001111110011111100111111010110010011111100111111 | 3f493f3f3f593f3f |
EUC-JP | ûI??ûY?º | 1000111110101011111001010100100100111111001111111000111110101011111001010101100100111111100011111010001011101011 | 8fabe5493f3f8fabe5593f8fa2eb |
UTF-8 | ûI¹ûYº | 1100001110111011010010011100001010001110110000101011100111000011101110110101100111000010100011101100001010111010 | c3bb49c28ec2b9c3bb59c28ec2ba |
UHC | ?I?¹?Y?º | 00111111010010010011111110101001111101100011111101011001001111111010100010101100 | 3f493fa9f63f593fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)