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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 閨夜揆] | 11101000100000011001011011101001100111011000010001011101 | e88196e99d845d |
EUC-JP | 閨夜揆] | 11101111111000011100110011101011110110011110010001011101 | efe1ccebd9e45d |
UTF-8 | 閨夜揆] | 11101001100101101010100011100101101001001001110011100110100011111000011001011101 | e996a8e5a49ce68f865d |
UHC | 閨夜揆] | 11010000101100011110010110101000110100001010011001011101 | d0b1e5a8d0a65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)