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 | òïÄîÀ«^ | 111100101110111110001110110001001110111011000000100011101010101101011110 | f2ef8ec4eec08eab5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | òï?ÄîÀ??^ | 10001111101010111101001010001111101010111100000100111111100011111010101010100011100011111010101111000010100011111010101010100010001111110011111101011110 | 8fabd28fabc13f8faaa38fabc28faaa23f3f5e |
UTF-8 | òïÄîÀ«^ | 1100001110110010110000111010111111000010100011101100001110000100110000111010111011000011100000001100001010001110110000101010101101011110 | c3b2c3afc28ec384c3aec380c28ec2ab5e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)