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Æä | 100011110111011010011011110001101110010010010111 | 8f769bc6e497 |
SJIS-WIN | ?v???? | 001111110111011000111111001111110011111100111111 | 3f763f3f3f3f |
EUC-JP | ?v?Æä? | 00111111011101100011111110001111101010011010000110001111101010111010001100111111 | 3f763f8fa9a18faba33f |
UTF-8 | vÆä | 1100001010001111011101101100001010011011110000111000011011000011101001001100001010010111 | c28f76c29bc386c3a4c297 |
UHC | ?v?Æ?? | 00111111011101100011111110101000101000010011111100111111 | 3f763fa8a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)