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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 佇?沮?葬 | 1001100011001000001111111001111110011100001111111001000110010010 | 98c83f9f9c3f9192 |
EUC-JP | 佇?沮?葬 | 1101000011001010001111111101110111111100001111111100000111110010 | d0ca3fddfc3fc1f2 |
UTF-8 | 佇렍沮렖葬 | 111001001011110110000111111010111010000010001101111001101011001010101110111010111010000010010110111010001001000110101100 | e4bd87eba08de6b2aeeba096e891ac |
UHC | 佇렍沮렖葬 | 11101110101101111000111010100011111011101100000110001110101010111110110111110111 | eeb78ea3eec18eabedf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)