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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???瑗? | 00111111001111110011111110001111110011001100000000111111 | 3f3f3f8fccc03f |
UTF-8 | 捻뚭여瑗놲 | 111011111010011010100100111010111001101010101101111011001001011110101100111001111001000110010111111010111000011010110010 | efa6a4eb9aadec97ace79197eb86b2 |
UHC | 捻뚭여瑗놲 | 11100110111101111000110011101010101111111010100111101010101111001000011101010100 | e6f78ceabfa9eabc8754 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)