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 | 脱促揃棚続 | 10010010010001011001000110100011100100011011010110010010010010011001000110110001 | 924591a391b5924991b1 |
EUC-JP | 脱促揃棚続 | 11000011101001101100001010100101110000101011011111000011101010101100001010110011 | c3a6c2a5c2b7c3aac2b3 |
UTF-8 | 脱促揃棚続 | 111010001000010010110001111001001011111110000011111001101000111110000011111001101010001110011010111001111011011010011010 | e884b1e4bf83e68f83e6a39ae7b69a |
UHC | ?促?棚? | 00111111111101011011010100111111110111011101110000111111 | 3ff5b53fdddc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)