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 | 醍?煜?? | 10010001111001110011111111111011010101010011111100111111 | 91e73ffb553f3f |
EUC-JP | 醍?煜?? | 1100001011101001001111111000111111001001111111000011111100111111 | c2e93f8fc9fc3f3f |
UTF-8 | 醍렟煜쾨롛 | 111010011000011010001101111010111010000010011111111001111000010110011100111011001011111010101000111010111010000110011011 | e9868deba09fe7859cecbea8eba19b |
UHC | 醍렟煜쾨롛 | 11110000101101011000111010110000111010011111001011000100111010101000111011011111 | f0b58eb0e9f2c4ea8edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)