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 | 闖ォ鬢薙飴 | 111010001000111110101011111010011010010010010011111000111000100010111001 | e88fabe9a493e388b9 |
EUC-JP | 闖ォ鬢薙飴 | 11101111111011111000111010101011111100101010011011000110111001011011000010111011 | efef8eabf2a6c6e5b0bb |
UTF-8 | 闖ォ鬢薙飴 | 111010011001011110010110111011111011110110101011111010011010110010100010111010001001011010011001111010011010001110110100 | e99796efbdabe9aca2e89699e9a3b4 |
UHC | 闖???飴 | 11110111111001100011111100111111001111111110110011000111 | f7e63f3f3fecc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)