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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辭ワ充鐓 | 1110011110000110100000111000111110001111010110111110100001011101 | e786838f8f5be85d |
EUC-JP | 辭ワ充鐓 | 1110110111100110101001011110111110111101101111001110111110111110 | ede6a5efbdbcefbe |
UTF-8 | 辭ワ充鐓 | 111010001011111010101101111000111000001110101111111001011000010110000101111010011001000010010011 | e8beade383afe58585e99093 |
UHC | 辭ワ充? | 11011110111101101010101111101111111101011111011000111111 | def6abeff5f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)