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 | 10001110110111111000111011000100011111010101100110001110110111111000111011000100011111010110001001000101 | 8edf8ec47d598edf8ec47d6245 |
EUC-JP | 釈柴}Y釈柴}bE | 10111100111000011011110011000110011111010101100110111100111000011011110011000110011111010110001001000101 | bce1bcc67d59bce1bcc67d6245 |
UTF-8 | 釈柴}Y釈柴}bE | 1110100110000111100010001110011010011111101101000111110101011001111010011000011110001000111001101001111110110100011111010110001001000101 | e98788e69fb47d59e98788e69fb47d6245 |
UHC | ?柴}Y?柴}bE | 0011111111100011110000110111110101011001001111111110001111000011011111010110001001000101 | 3fe3c37d593fe3c37d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)