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 | 00111111001111110111011001000101 | 3f3f7645 |
SJIS-WIN | 蟾スvE | 1110010110110111101111010111011001000101 | e5b7bd7645 |
EUC-JP | 蟾スvE | 111010101011100110001110101111010111011001000101 | eab98ebd7645 |
UTF-8 | 蟾スvE | 1110100010011111101111101110111110111101101111010111011001000101 | e89fbeefbdbd7645 |
UHC | 蟾?vE | 1110000011101010001111110111011001000101 | e0ea3f7645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)