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 | ò£°k | 1111001010100011100011101011000001101011 | f2a38eb06b |
SJIS-WIN | ?£?°k | 00111111100000011001001000111111100000011000101101101011 | 3f81923f818b6b |
EUC-JP | ò£?°k | 100011111010101111010010101000011111001000111111101000011110101101101011 | 8fabd2a1f23fa1eb6b |
UTF-8 | ò£°k | 110000111011001011000010101000111100001010001110110000101011000001101011 | c3b2c2a3c28ec2b06b |
UHC | ???°k | 001111110011111100111111101000011100011001101011 | 3f3f3fa1c66b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)