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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????丞 | 001111110011111100111111001111111000111111100101 | 3f3f3f3f8fe5 |
EUC-JP | ????丞 | 001111110011111100111111001111111011111011100111 | 3f3f3f3fbee7 |
UTF-8 | 설셰뤵첂丞 | 111011001000010010100100111011001000010110110000111010111010010010110101111011001011001010000010111001001011100010011110 | ec84a4ec85b0eba4b5ecb282e4b89e |
UHC | 설셰뤵첂丞 | 10111100101100111011110011001110100011111110001110101010100011111110001110101010 | bcb3bcce8fe3aa8fe3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)