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 | 畑?〔? | 100101001010100000111111100000010110101100111111 | 94a83f816b3f |
EUC-JP | 畑?〔? | 110010001010101000111111101000011100110000111111 | c8aa3fa1cc3f |
UTF-8 | 畑용〔溜 | 111001111001010110010001111011001001101010101001111000111000000010010100111011111010011110001011 | e79591ec9aa9e38094efa78b |
UHC | 畑용〔溜 | 1110111110100101101111111110101110100001101100101110101011111110 | efa5bfeba1b2eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)