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 | 巐セ迺ス奝 | 1111101010110110101111101110011110010010101111011111101010100010 | fab6bee792bdfaa2 |
EUC-JP | 巐セ迺ス奝 | 100011111011101111111001100011101011111011101101111100101000111010111101100011111011100011111000 | 8fbbf98ebeedf28ebd8fb8f8 |
UTF-8 | 巐セ迺ス奝 | 111001011011011110010000111011111011110110111110111010001011111110111010111011111011110110111101111001011010010110011101 | e5b790efbdbee8bfbaefbdbde5a59d |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)