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?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
SJIS-WIN | ??枇?h?? | 0011111100111111100101001111100000111111011010000011111100111111 | 3f3f94f83f683f3f |
EUC-JP | ??枇?h?? | 0011111100111111110010001111101000111111011010000011111100111111 | 3f3fc8fa3f683f3f |
UTF-8 | 룶끝枇▣h룶끝 | 11101011101000111011011011101011100000011001110111100110100111101000011111100010100101101010001101101000111010111010001110110110111010111000000110011101 | eba3b6eb819de69e87e296a368eba3b6eb819d |
UHC | 룶끝枇▣h룶끝 | 10001111101010111011001110100001110111011110110110100010110000110110100010001111101010111011001110100001 | 8fabb3a1ddeda2c3688fabb3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)