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 | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 熱??V | 1001010001001101001111110011111101010110 | 944d3f3f56 |
EUC-JP | 熱??V | 1100011110101110001111110011111101010110 | c7ae3f3f56 |
UTF-8 | 熱썲샷V | 11100111100001101011000111101100100011011011001011101100100000111011011101010110 | e786b1ec8db2ec83b756 |
UHC | 熱썲샷V | 11100110111100001011110111100101101111001010011001010110 | e6f0bde5bca656 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)