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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 隹キ諱ッ諱ッh | 11101000101100001011011111100110100000011010111111100110100000011010111101101000 | e8b0b7e681afe681af68 |
EUC-JP | 隹キ諱ッ諱ッh | 11110000101100101000111010110111111010111110000110001110101011111110101111100001100011101010111101101000 | f0b28eb7ebe18eafebe18eaf68 |
UTF-8 | 隹キ諱ッ諱ッh | 11101001100110101011100111101111101111011011011111101000101010111011000111101111101111011010111111101000101010111011000111101111101111011010111101101000 | e99ab9efbdb7e8abb1efbdafe8abb1efbdaf68 |
UHC | ??諱?諱?h | 001111110011111111111101110010010011111111111101110010010011111101101000 | 3f3ffdc93ffdc93f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)