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 | 也щ?甸?? | 100101101110011110000100100010110011111110011001101100100011111100111111 | 96e7848b3f99b23f3f |
EUC-JP | 也щ?甸?? | 110011001110100110100111111010110011111111010010101101000011111100111111 | cce9a7eb3fd2b43f3f |
UTF-8 | 也щ㈃甸귟퉬 | 1110010010111001100111111101000110001001111000111000100010000011111001111001010010111000111010101011011110011111111011011000100110101100 | e4b99fd189e38883e794b8eab79fed89ac |
UHC | 也щ㈃甸귟퉬 | 111001011010010110101100111010111010100110110100111011111010010010000010111010001011100110000100 | e5a5aceba9b4efa482e8b984 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)