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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?????堉? | 001111110011111100111111001111110011111110001111101101111111110100111111 | 3f3f3f3f3f8fb7fd3f |
UTF-8 | 렱롃설셜뤊堉갸 | 111010111010000010110001111010111010000110000011111011001000010010100100111011001000010110011100111010111010010010001010111001011010000010001001111010101011000010111000 | eba0b1eba183ec84a4ec859ceba48ae5a089eab0b8 |
UHC | 렱롃설셜뤊堉갸 | 1000111010111110100011101100101010111100101100111011110011001000100011111011101011101011101111001011000010111100 | 8ebe8ecabcb3bcc88fbaebbcb0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)