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 | äx}Yäx}bE | 111001000111100001111101010110011110010001111000011111010110001001000101 | e4787d59e4787d6245 |
SJIS-WIN | ?x}Y?x}bE | 001111110111100001111101010110010011111101111000011111010110001001000101 | 3f787d593f787d6245 |
EUC-JP | äx}Yäx}bE | 10001111101010111010001101111000011111010101100110001111101010111010001101111000011111010110001001000101 | 8faba3787d598faba3787d6245 |
UTF-8 | äx}Yäx}bE | 1100001110100100011110000111110101011001110000111010010001111000011111010110001001000101 | c3a4787d59c3a4787d6245 |
UHC | ?x}Y?x}bE | 001111110111100001111101010110010011111101111000011111010110001001000101 | 3f787d593f787d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)