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 | ûW´k | 1111101101010111100011101011010001101011 | fb578eb46b |
SJIS-WIN | ?W?´k | 001111110101011100111111100000010100110001101011 | 3f573f814c6b |
EUC-JP | ûW?´k | 1000111110101011111001010101011100111111101000011010110101101011 | 8fabe5573fa1ad6b |
UTF-8 | ûW´k | 1100001110111011010101111100001010001110110000101011010001101011 | c3bb57c28ec2b46b |
UHC | ?W?´k | 001111110101011100111111101000101010010101101011 | 3f573fa2a56b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)