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??? | 001111110011111101010110001111110011111100111111 | 3f3f563f3f3f |
SJIS-WIN | 釭鹿Vラ」 | 111110111011110110001110101011010101011011110001111000011101011110100011 | fbbd8ead56f1e1d7a3 |
EUC-JP | 釭鹿V?ラ」 | 1000111111100011101011111011110010101111010101100011111110001110110101111000111010100011 | 8fe3afbcaf563f8ed78ea3 |
UTF-8 | 釭鹿Vラ」 | 11101001100001111010110111101001101110011011111101010110111011101000010110011100111011111011111010010111111011111011110110100011 | e987ade9b9bf56ee859cefbe97efbda3 |
UHC | ?鹿V??? | 00111111110101101110001101010110001111110011111100111111 | 3fd6e3563f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)