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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ??衣?B | 001111110011111110001000110111110011111101000010 | 3f3f88df3f42 |
EUC-JP | ??衣?B | 001111110011111110110000111000010011111101000010 | 3f3fb0e13f42 |
UTF-8 | 藺렯衣텁B | 11101111101001111011000011101011101000001010111111101000101000011010001111101101100001011000000101000010 | efa7b0eba0afe8a1a3ed858142 |
UHC | 藺렯衣텁B | 111011001110000110001110101111001110101111111101110001011101001101000010 | ece18ebcebfdc5d342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)