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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 鉧汐h | 1111101111001011100011101010110001101000 | fbcb8eac68 |
EUC-JP | 鉧汐h | 100011111110001111101001101111001010111001101000 | 8fe3e9bcae68 |
UTF-8 | 鉧汐h | 11101001100010011010011111100110101100011001000001101000 | e989a7e6b19068 |
UHC | ?汐h | 00111111111000001011000101101000 | 3fe0b168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)