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 | a}Ya}bE | 100011010110000101111101010110011000110101100001011111010110001001000101 | 8d617d598d617d6245 |
SJIS-WIN | ?a}Y?a}bE | 001111110110000101111101010110010011111101100001011111010110001001000101 | 3f617d593f617d6245 |
EUC-JP | ?a}Y?a}bE | 001111110110000101111101010110010011111101100001011111010110001001000101 | 3f617d593f617d6245 |
UTF-8 | a}Ya}bE | 1100001010001101011000010111110101011001110000101000110101100001011111010110001001000101 | c28d617d59c28d617d6245 |
UHC | ?a}Y?a}bE | 001111110110000101111101010110010011111101100001011111010110001001000101 | 3f617d593f617d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)