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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 螂夥葵繖キh | 11100101101001011001101011101100100010001010100011100011100001001011011101101000 | e5a59aec88a8e384b768 |
EUC-JP | 螂夥葵繖キh | 1110101010100111110101001110111010110000101010101110010111100100100011101011011101101000 | eaa7d4eeb0aae5e48eb768 |
UTF-8 | 螂夥葵繖キh | 11101000100111101000001011100101101001001010010111101000100100011011010111100111101110011001011011101111101111011011011101101000 | e89e82e5a4a5e891b5e7b996efbdb768 |
UHC | 螂?葵??h | 1101010111001100001111111101000010101101001111110011111101101000 | d5cc3fd0ad3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)