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 | çv}Yçv}bE | 111001110111011001111101010110011110011101110110011111010110001001000101 | e7767d59e7767d6245 |
SJIS-WIN | ?v}Y?v}bE | 001111110111011001111101010110010011111101110110011111010110001001000101 | 3f767d593f767d6245 |
EUC-JP | çv}Yçv}bE | 10001111101010111010111001110110011111010101100110001111101010111010111001110110011111010110001001000101 | 8fabae767d598fabae767d6245 |
UTF-8 | çv}Yçv}bE | 1100001110100111011101100111110101011001110000111010011101110110011111010110001001000101 | c3a7767d59c3a7767d6245 |
UHC | ?v}Y?v}bE | 001111110111011001111101010110010011111101110110011111010110001001000101 | 3f767d593f767d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)