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 | ûD¦k | 1111101101000100100011101010011001101011 | fb448ea66b |
SJIS-WIN | ?D??k | 0011111101000100001111110011111101101011 | 3f443f3f6b |
EUC-JP | ûD?¦k | 100011111010101111100101010001000011111110001111101000101100001101101011 | 8fabe5443f8fa2c36b |
UTF-8 | ûD¦k | 1100001110111011010001001100001010001110110000101010011001101011 | c3bb44c28ec2a66b |
UHC | ?D??k | 0011111101000100001111110011111101101011 | 3f443f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)