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 | 畑??洵 | 100101001010100000111111001111111001111110101011 | 94a83f3f9fab |
EUC-JP | 畑??洵 | 110010001010101000111111001111111101111010101101 | c8aa3f3fdead |
UTF-8 | 畑쏉퐠洵 | 111001111001010110010001111011001000111110001001111011011001000010100000111001101011010010110101 | e79591ec8f89ed90a0e6b4b5 |
UHC | 畑쏉퐠洵 | 1110111110100101100110111110111110111101100010011110001011100111 | efa59befbd89e2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)