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 | エ闔ェシ | 11110000111101111011010011101000100011101010101010111100 | f0f7b4e88eaabc |
EUC-JP | ?エ闔ェシ | 001111111000111010110100111011111110111010001110101010101000111010111100 | 3f8eb4efee8eaa8ebc |
UTF-8 | エ闔ェシ | 111011101000001010110110111011111011110110110100111010011001011110010100111011111011110110101010111011111011110110111100 | ee82b6efbdb4e99794efbdaaefbdbc |
UHC | ??闔?? | 001111110011111111111001111011110011111100111111 | 3f3ff9ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)