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 | 蔭λ?? | 100010001111110010000011110010010011111100111111 | 88fc83c93f3f |
EUC-JP | 蔭λ?? | 101100001111111010100110110010110011111100111111 | b0fea6cb3f3f |
UTF-8 | 蔭λ퀎栒 | 1110100010010100101011011100111010111011111011011000000010001110111001101010000010010010 | e894adcebbed808ee6a092 |
UHC | 蔭λ퀎栒 | 1110101111100011101001011110101110110011100001001110001011100011 | ebe3a5ebb384e2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)