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 | 11100110101010011000100011101011101011001001010111101011111001111011110001101000 | e6a988ebac95ebe7bc68 |
EUC-JP | 讖壱ャ簿郛h | 1110110010101011101100001110110110001110101011001100101011101101111011101011111001101000 | ecabb0ed8eaccaedeebe68 |
UTF-8 | 讖壱ャ簿郛h | 11101000101011101001011011100101101000111011000111101111101111011010110011100111101100001011111111101001100000111001101101101000 | e8ae96e5a3b1efbdace7b0bfe9839b68 |
UHC | 讖??簿?h | 1111001111011001001111110011111111011101101011010011111101101000 | f3d93f3fddad3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)