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 | 淨?α貞? | 1001111111000100001111111000001110111111100100101110010100111111 | 9fc43f83bf92e53f |
EUC-JP | 淨?α貞? | 1101111011000110001111111010011011000001110001001110011100111111 | dec63fa6c1c4e73f |
UTF-8 | 淨뀀α貞렔 | 1110011010110111101010001110101110000000100000001100111010110001111010001011001010011110111010111010000010010100 | e6b7a8eb8080ceb1e8b29eeba094 |
UHC | 淨뀀α貞렔 | 11101111111001001011001011101011101001011110000111101111111101101000111010101001 | efe4b2eba5e1eff68ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)