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 | 髢セ貊泌シ | 1110100110010110101111101110011010111011100101001110010110111100 | e996bee6bb94e5bc |
EUC-JP | 髢セ貊泌シ | 11110001111101101000111010111110111011001011110111001000111001111000111010111100 | f1f68ebeecbdc8e78ebc |
UTF-8 | 髢セ貊泌シ | 111010011010101110100010111011111011110110111110111010001011001010001010111001101011001110001100111011111011110110111100 | e9aba2efbdbee8b28ae6b38cefbdbc |
UHC | ??貊泌? | 00111111001111111101100011100111111110011011001000111111 | 3f3fd8e7f9b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)