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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 畑??諭 | 100101001010100000111111001111111001011101000000 | 94a83f3f9740 |
EUC-JP | 畑??諭 | 110010001010101000111111001111111100110110100001 | c8aa3f3fcda1 |
UTF-8 | 畑대㈀諭 | 111001111001010110010001111010111000110010000000111000111000100010000000111010001010101110101101 | e79591eb8c80e38880e8abad |
UHC | 畑대㈀諭 | 1110111110100101101101001110101110101001101100011110101110110001 | efa5b4eba9b1ebb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)