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 | 俑??猶?Ⅳ | 100110001101101000111111001111111001011101010000001111111000011101010111 | 98da3f3f97503f8757 |
EUC-JP | 俑??猶?? | 1101000011011100001111110011111111001101101100010011111100111111 | d0dc3f3fcdb13f3f |
UTF-8 | 俑앸쐧猶놅Ⅳ | 111001001011111110010001111011001001010110111000111011001001000010100111111001111000110010110110111010111000011010000101111000101000010110100011 | e4bf91ec95b8ec90a7e78cb6eb8685e285a3 |
UHC | 俑앸쐧猶놅Ⅳ | 111010011011010110011101111010111001110010001100111010111010001010000110111011111010010110110011 | e9b59deb9c8ceba286efa5b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)