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 | ûYº^ | 1111101101011001100011101011101001011110 | fb598eba5e |
SJIS-WIN | ?Y??^ | 0011111101011001001111110011111101011110 | 3f593f3f5e |
EUC-JP | ûY?º^ | 100011111010101111100101010110010011111110001111101000101110101101011110 | 8fabe5593f8fa2eb5e |
UTF-8 | ûYº^ | 1100001110111011010110011100001010001110110000101011101001011110 | c3bb59c28ec2ba5e |
UHC | ?Y?º^ | 001111110101100100111111101010001010110001011110 | 3f593fa8ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)