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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 辱?}Y辱?}bE | 1001000001001010001111110111110101011001100100000100101000111111011111010110001001000101 | 904a3f7d59904a3f7d6245 |
EUC-JP | 辱?}Y辱?}bE | 1011111110101011001111110111110101011001101111111010101100111111011111010110001001000101 | bfab3f7d59bfab3f7d6245 |
UTF-8 | 辱덾}Y辱덾}bE | 1110100010111110101100011110101110001101101111100111110101011001111010001011111010110001111010111000110110111110011111010110001001000101 | e8beb1eb8dbe7d59e8beb1eb8dbe7d6245 |
UHC | 辱덾}Y辱덾}bE | 11101001101101001000100101010001011111010101100111101001101101001000100101010001011111010110001001000101 | e9b489517d59e9b489517d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)