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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 釭鹿G | 1111101110111101100011101010110101000111 | fbbd8ead47 |
EUC-JP | 釭鹿G | 100011111110001110101111101111001010111101000111 | 8fe3afbcaf47 |
UTF-8 | 釭鹿G | 11101001100001111010110111101001101110011011111101000111 | e987ade9b9bf47 |
UHC | ?鹿G | 00111111110101101110001101000111 | 3fd6e347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)