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áµ | 10010001011101101110000110110101 | 9176e1b5 |
SJIS-WIN | ?v?? | 00111111011101100011111100111111 | 3f763f3f |
EUC-JP | ?vá? | 001111110111011010001111101010111010000100111111 | 3f768faba13f |
UTF-8 | váµ | 11000010100100010111011011000011101000011100001010110101 | c29176c3a1c2b5 |
UHC | ?v?? | 00111111011101100011111100111111 | 3f763f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)