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 | ???屯? | 001111110011111100111111100100111101010000111111 | 3f3f3f93d43f |
EUC-JP | ???屯潑 | 0011111100111111001111111100011011010110100011111100100011010101 | 3f3f3fc6d68fc8d5 |
UTF-8 | 롗렲뤶屯潑 | 111010111010000110010111111010111010000010110010111010111010010010110110111001011011000110101111111001101011110110010001 | eba197eba0b2eba4b6e5b1afe6bd91 |
UHC | 롗렲뤶屯潑 | 10001110110110111000111010111111100011111110010011010100111010101101101011111110 | 8edb8ebf8fe4d4eadafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)