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 | ?榕祐??? | 0011111110011110110101011001011101010011001111110011111100111111 | 3f9ed597533f3f3f |
EUC-JP | ?榕祐??? | 0011111111011100110101111100110110110100001111110011111100111111 | 3fdcd7cdb43f3f3f |
UTF-8 | 뤚榕祐ㆍ렦뤲 | 111010111010010010011010111001101010011010010101111001111010010110010000111000111000011010001101111010111010000010100110111010111010010010110010 | eba49ae6a695e7a590e3868deba0a6eba4b2 |
UHC | 뤚榕祐ㆍ렦뤲 | 100011111100100111101001101111101110100111011110101001001111110110001110101101011000111111100000 | 8fc9e9bee9dea4fd8eb58fe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)