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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 騾セ諛肴「 | 1110100110000000101111101110011010000111100011011110011010100010 | e980bee6878de6a2 |
EUC-JP | 騾セ諛肴「 | 11110001111000001000111010111110111010111110011110111010111010001000111010100010 | f1e08ebeebe7bae88ea2 |
UTF-8 | 騾セ諛肴「 | 111010011010100010111110111011111011110110111110111010001010101110011011111010001000001010110100111011111011110110100010 | e9a8beefbdbee8ab9be882b4efbda2 |
UHC | ??諛肴? | 00111111001111111110101110110000111111011010001000111111 | 3f3febb0fda23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)