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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | ???懃父e^ | 001111110011111100111111100111001110011110010101100000110110010101011110 | 3f3f3f9ce79583655e |
EUC-JP | ???懃父e^ | 001111110011111100111111110110001110100111001001111000110110010101011110 | 3f3f3fd8e9c9e3655e |
UTF-8 | 렻렚렺懃父e^ | 1110101110100000101110111110101110100000100110101110101110100000101110101110011010000111100000111110011110001000101101100110010101011110 | eba0bbeba09aeba0bae68783e788b6655e |
UHC | 렻렚렺懃父e^ | 100011101100001110001110101011011000111011000010110100001100010011011101101010110110010101011110 | 8ec38ead8ec2d0c4ddab655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)