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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陋幄足 | 111010001001101110011011111010001001000110101011 | e89b9be891ab |
EUC-JP | 陋幄足 | 111011111111101111010110111010101100001010101101 | effbd6eac2ad |
UTF-8 | 陋幄足 | 111010011001100110001011111001011011100110000100111010001011011010110011 | e9998be5b984e8b6b3 |
UHC | 陋幄足 | 110101111011000011100100110000011111000011101011 | d7b0e4c1f0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)