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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??}??儒 | 0011111100111111100000010111000000111111001111111000111011110010 | 3f3f81703f3f8ef2 |
EUC-JP | ??}??儒 | 0011111100111111101000011101000100111111001111111011110011110100 | 3f3fa1d13f3fbcf4 |
UTF-8 | 뤶풆}렲샹儒 | 111010111010010010110110111011011001001010000110111011111011110110011101111010111010000010110010111011001000001110111001111001011000010010010010 | eba4b6ed9286efbd9deba0b2ec83b9e58492 |
UHC | 뤶풆}렲샹儒 | 100011111110010010111110100011101010001111111101100011101011111110111100101001111110101011100011 | 8fe4be8ea3fd8ebfbca7eae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)