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 | 騾趣ス願冠陝 | 1110100110000000100011101110111110111101100010101110100010001010101001011110100010011111 | e9808eefbd8ae88aa5e89f |
EUC-JP | 騾趣ス願冠陝 | 111100011110000010111100111100011000111010111101101101001110101010110100101001111111000010100001 | f1e0bcf18ebdb4eab4a7f0a1 |
UTF-8 | 騾趣ス願冠陝 | 111010011010100010111110111010001011011010100011111011111011110110111101111010011010000110011000111001011000011010100000111010011001100110011101 | e9a8bee8b6a3efbdbde9a198e586a0e9999d |
UHC | ?趣?願冠陝 | 00111111111101101010110000111111111010101100001111001110101011101110000011101101 | 3ff6ac3feac3ceaee0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)