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 | òïÄûÜ«^ | 111100101110111110001110110001001111101111011100100011101010101101011110 | f2ef8ec4fbdc8eab5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | òï?ÄûÜ??^ | 10001111101010111101001010001111101010111100000100111111100011111010101010100011100011111010101111100101100011111010101011100100001111110011111101011110 | 8fabd28fabc13f8faaa38fabe58faae43f3f5e |
UTF-8 | òïÄûÜ«^ | 1100001110110010110000111010111111000010100011101100001110000100110000111011101111000011100111001100001010001110110000101010101101011110 | c3b2c3afc28ec384c3bbc39cc28ec2ab5e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)