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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邀??游ζ? | 111001111011000100111111001111111001111111100000100000111100010000111111 | e7b13f3f9fe083c43f |
EUC-JP | 邀??游ζ? | 111011101011001100111111001111111101111011100010101001101100011000111111 | eeb33f3fdee2a6c63f |
UTF-8 | 邀싲굞游ζ만 | 1110100110000010100000001110110010001011101100101110101010110101100111101110011010111000101110001100111010110110111010111010011110001100 | e98280ec8bb2eab59ee6b8b8ceb6eba78c |
UHC | 邀싲굞游ζ만 | 111010011010110110011010111010111000001010000110111010101111110110100101111001101011100010111000 | e9ad9aeb8286eafda5e6b8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)