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 | ùvá | 100101011111100110011001011101101110000110000110 | 95f99976e186 |
SJIS-WIN | ???v?? | 001111110011111100111111011101100011111100111111 | 3f3f3f763f3f |
EUC-JP | ?ù?vá? | 00111111100011111010101111100011001111110111011010001111101010111010000100111111 | 3f8fabe33f768faba13f |
UTF-8 | ùvá | 1100001010010101110000111011100111000010100110010111011011000011101000011100001010000110 | c295c3b9c29976c3a1c286 |
UHC | ???v?? | 001111110011111100111111011101100011111100111111 | 3f3f3f763f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)