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 | 啼?煜?? | 10011010011001010011111111111011010101010011111100111111 | 9a653ffb553f3f |
EUC-JP | 啼?煜?? | 1101001111000110001111111000111111001001111111000011111100111111 | d3c63f8fc9fc3f3f |
UTF-8 | 啼렧煜쾨렠 | 111001011001010110111100111010111010000010100111111001111000010110011100111011001011111010101000111010111010000010100000 | e595bceba0a7e7859cecbea8eba0a0 |
UHC | 啼렧煜쾨렠 | 11110000101001101000111010110110111010011111001011000100111010101000111010110001 | f0a68eb6e9f2c4ea8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)