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 | 1111000011100000101111001111000110001110101111011000111010101000011010001111000011100000 | f0e0bcf18ebd8ea868f0e0 |
EUC-JP | ?シ?ス耳h? | 00111111100011101011110000111111100011101011110110111100101010100110100000111111 | 3f8ebc3f8ebdbcaa683f |
UTF-8 | シス耳h | 11101110100000101001111111101111101111011011110011101110100001001000100111101111101111011011110111101000100000001011001101101000111011101000001010011111 | ee829fefbdbcee8489efbdbde880b368ee829f |
UHC | ????耳h? | 0011111100111111001111110011111111101100101111000110100000111111 | 3f3f3f3fecbc683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)