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 | ???有? | 001111110011111100111111100101110100110000111111 | 3f3f3f974c3f |
EUC-JP | ???有? | 001111110011111100111111110011011010110100111111 | 3f3f3fcdad3f |
UTF-8 | 凉깅툥有틼 | 111011111010010110111001111010101011100110000101111011011000100010100101111001101001110010001001111011011000101110111100 | efa5b9eab985ed88a5e69c89ed8bbc |
UHC | 凉깅툥有틼 | 11100101101111001011000111101011101110001001110011101010111100111011101101000010 | e5bcb1ebb89ceaf3bb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)