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 | 怏??意щ | 1001110010001001001111110011111110001000110100111000010010001011 | 9c893f3f88d3848b |
EUC-JP | 怏??意щ | 1101011111101001001111110011111110110000110101011010011111101011 | d7e93f3fb0d5a7eb |
UTF-8 | 怏묓옄意щ | 1110011010000000100011111110101110101100100100111110110010011000100001001110011010000100100011111101000110001001 | e6808febac93ec9884e6848fd189 |
UHC | 怏묓옄意щ | 11100100111010001001000111101101100111101001000011101011111100101010110011101011 | e4e891ed9e90ebf2aceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)