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 | ???vE | 0011111100111111001111110111011001000101 | 3f3f3f7645 |
SJIS-WIN | ツ楪カvE | 110000101001111011000010101101100111011001000101 | c29ec2b67645 |
EUC-JP | ツ楪カvE | 1000111011000010110111001100010010001110101101100111011001000101 | 8ec2dcc48eb67645 |
UTF-8 | ツ楪カvE | 1110111110111110100000101110011010100101101010101110111110111101101101100111011001000101 | efbe82e6a5aaefbdb67645 |
UHC | ???vE | 0011111100111111001111110111011001000101 | 3f3f3f7645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)