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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ????潟B | 00111111001111110011111100111111100010101000001101000010 | 3f3f3f3f8a8342 |
EUC-JP | ????潟B | 00111111001111110011111100111111101100111110001101000010 | 3f3f3f3fb3e342 |
UTF-8 | 뤒뷕퀛쨘潟B | 11101011101001001001001011101011101101111001010111101101100000001001101111101100101010001001100011100110101111011001111101000010 | eba492ebb795ed809beca898e6bd9f42 |
UHC | 뤒뷕퀛쨘潟B | 1000111111000010101110101110000010110011100011111100001010111010111000001011001101000010 | 8fc2bae0b38fc2bae0b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)