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 | ?蹟??? | 001111111001000011010110001111110011111100111111 | 3f90d63f3f3f |
EUC-JP | ?蹟??? | 001111111100000011011000001111110011111100111111 | 3fc0d83f3f3f |
UTF-8 | 롔蹟렟뤒빅 | 111010111010000110010100111010001011100110011111111010111010000010011111111010111010010010010010111010111011100110000101 | eba194e8b99feba09feba492ebb985 |
UHC | 롔蹟렟뤒빅 | 10001110110110001110111011100111100011101011000010001111110000101011101011110010 | 8ed8eee78eb08fc2baf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)