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 | hîµ | 11101110101101011000111010111010011010001110111010110101 | eeb58eba68eeb5 |
SJIS-WIN | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
EUC-JP | î??ºhî? | 10001111101010111100001000111111001111111000111110100010111010110110100010001111101010111100001000111111 | 8fabc23f3f8fa2eb688fabc23f |
UTF-8 | hîµ | 11000011101011101100001010110101110000101000111011000010101110100110100011000011101011101100001010110101 | c3aec2b5c28ec2ba68c3aec2b5 |
UHC | ???ºh?? | 0011111100111111001111111010100010101100011010000011111100111111 | 3f3f3fa8ac683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)