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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 螂ヨh | 1111000110100010111001011010010111010110111110010100000001101000 | f1a2e5a5d6f94068 |
EUC-JP | ?螂ヨ?h | 00111111111010101010011110001110110101100011111101101000 | 3feaa78ed63f68 |
UTF-8 | 螂ヨh | 11101110100001001001110111101000100111101000001011101111101111101001011011101110100110101001110001101000 | ee849de89e82efbe96ee9a9c68 |
UHC | ?螂??h | 001111111101010111001100001111110011111101101000 | 3fd5cc3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)