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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 地?揖??h | 1001001001101110001111111001011101001011001111110011111101101000 | 926e3f974b3f3f68 |
EUC-JP | 地?揖??h | 1100001111001111001111111100110110101100001111110011111101101000 | c3cf3fcdac3f3f68 |
UTF-8 | 地렩揖멸횅h | 11100101100111001011000011101011101000001010100111100110100011111001011011101011101010011011100011101101100110101000010101101000 | e59cb0eba0a9e68f96eba9b8ed9a8568 |
UHC | 地렩揖멸횅h | 1111001010100010100011101011011111101011111001111011100011101010110010001011011101101000 | f2a28eb7ebe7b8eac8b768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)