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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???鈑 | 0011111100111111001111111110011111100101 | 3f3f3fe7e5 |
EUC-JP | ??榥鈑 | 00111111001111111000111111000100110110111110111011100111 | 3f3f8fc4dbeee7 |
UTF-8 | 뤶삑榥鈑 | 111010111010010010110110111011001000001010010001111001101010011010100101111010011000100010010001 | eba4b6ec8291e6a6a5e98891 |
UHC | 뤶삑榥鈑 | 1000111111100100101110111110000011111100110011101111011111111110 | 8fe4bbe0fccef7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)