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 | 俑?‘??? | 1001100011011010001111111000000101100101001111110011111100111111 | 98da3f81653f3f3f |
EUC-JP | 俑?‘堉?? | 11010000110111000011111110100001110001101000111110110111111111010011111100111111 | d0dc3fa1c68fb7fd3f3f |
UTF-8 | 俑앸‘堉뷂쭓 | 111001001011111110010001111011001001010110111000111000101000000010011000111001011010000010001001111010111011011110000010111011001010110110010011 | e4bf91ec95b8e28098e5a089ebb782ecad93 |
UHC | 俑앸‘堉뷂쭓 | 111010011011010110011101111010111010000110101110111010111011110010010100111011111010011110001011 | e9b59deba1aeebbc94efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)