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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 僥??饒?? | 1001100101000110001111110011111111101001011000000011111100111111 | 99463f3fe9603f3f |
EUC-JP | 僥??饒?? | 1101000110100111001111110011111111110001110000010011111100111111 | d1a73f3ff1c13f3f |
UTF-8 | 僥븝쉈饒볩쉿 | 111001011000001110100101111010111011100010011101111011001000100110001000111010011010010110010010111010111011001110101001111011001000100110111111 | e583a5ebb89dec8988e9a592ebb3a9ec89bf |
UHC | 僥븝쉈饒볩쉿 | 111010001110100110111010111011111011110110100101111010011010111010010011111011111011110110110010 | e8e9baefbda5e9ae93efbdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)