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 | 1111000111111100110001101111000110001110101111011000111010100011011010001111000111111100 | f1fcc6f18ebd8ea368f1fc |
EUC-JP | ?ニ?ス璽h? | 00111111100011101100011000111111100011101011110110111100101001010110100000111111 | 3f8ec63f8ebdbca5683f |
UTF-8 | ニス璽h | 11101110100001011011011111101111101111101000011011101110100001001000100111101111101111011011110111100111100100101011110101101000111011101000010110110111 | ee85b7efbe86ee8489efbdbde792bd68ee85b7 |
UHC | ????璽h? | 0011111100111111001111110011111111011111110111100110100000111111 | 3f3f3f3fdfde683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)