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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?期?? | 0011111110001010111110100011111100111111 | 3f8afa3f3f |
EUC-JP | ?期?? | 0011111110110100111111000011111100111111 | 3fb4fc3f3f |
UTF-8 | 렺期렻렎 | 111010111010000010111010111001101001110010011111111010111010000010111011111010111010000010001110 | eba0bae69c9feba0bbeba08e |
UHC | 렺期렻렎 | 1000111011000010110100011010001010001110110000111000111010100100 | 8ec2d1a28ec38ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)