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 | 亦??熱? | 10010110100100100011111100111111100101000100110100111111 | 96923f3f944d3f |
EUC-JP | 亦??熱? | 11001011111100100011111100111111110001111010111000111111 | cbf23f3fc7ae3f |
UTF-8 | 亦삣괌熱썹 | 111001001011101010100110111011001000001010100011111010101011010010001100111001111000011010110001111011001000110110111001 | e4baa6ec82a3eab48ce786b1ec8db9 |
UHC | 亦삣괌熱썹 | 11100110101100101011101111100101101100011010000111100110111100001011110111100111 | e6b2bbe5b1a1e6f0bde7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)