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 | ?????h? | 00111111001111110011111100111111001111110110100000111111 | 3f3f3f3f3f683f |
SJIS-WIN | クス質h | 1111000010110011101110001111000110001110101111011000111010111111011010001111000010110011 | f0b3b8f18ebd8ebf68f0b3 |
EUC-JP | ?ク?ス質h? | 00111111100011101011100000111111100011101011110110111100110000010110100000111111 | 3f8eb83f8ebdbcc1683f |
UTF-8 | クス質h | 11101110100000011011001011101111101111011011100011101110100001001000100111101111101111011011110111101000101100111010101001101000111011101000000110110010 | ee81b2efbdb8ee8489efbdbde8b3aa68ee81b2 |
UHC | ????質h? | 0011111100111111001111110011111111110010111101010110100000111111 | 3f3f3f3ff2f5683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)