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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 瘟??揆\ | 11100001100010010011111100111111100111011000010001011100 | e1893f3f9d845c |
EUC-JP | 瘟??揆\ | 11100001111010010011111100111111110110011110010001011100 | e1e93f3fd9e45c |
UTF-8 | 瘟욕졃揆\ | 11100111100110001001111111101100100110101001010111101100101000011000001111100110100011111000011001011100 | e7989fec9a95eca183e68f865c |
UHC | 瘟욕졃揆\ | 111010001011000010111111111001011010000010110100110100001010011001011100 | e8b0bfe5a0b4d0a65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)