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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銧ミ贓 | 1111101111001100110100001110011011011001 | fbccd0e6d9 |
EUC-JP | 銧ミ贓 | 10001111111001001010011010001110110100001110110011011011 | 8fe4a68ed0ecdb |
UTF-8 | 銧ミ贓 | 111010011000101010100111111011111011111010010000111010001011010010010011 | e98aa7efbe90e8b493 |
UHC | ??贓 | 00111111001111111110110111111100 | 3f3fedfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)