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 | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | ?輕??V | 001111111110011101101010001111110011111101010110 | 3fe76a3f3f56 |
EUC-JP | 沅輕??V | 1000111111000110111010011110110111001011001111110011111101010110 | 8fc6e9edcb3f3f56 |
UTF-8 | 沅輕렒렣V | 11100110101100101000010111101000101111001001010111101011101000001001001011101011101000001010001101010110 | e6b285e8bc95eba092eba0a356 |
UHC | 沅輕렒렣V | 111010101011011011001100111011101000111010100111100011101011010001010110 | eab6ccee8ea78eb456 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)