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}ºV{^ | 1001011110111010100000110101011001111101100101111011101010000011010101100111101101011110 | 97ba83567d97ba83567b5e |
SJIS-WIN | ???V}???V{^ | 0011111100111111001111110101011001111101001111110011111100111111010101100111101101011110 | 3f3f3f567d3f3f3f567b5e |
EUC-JP | ?º?V}?º?V{^ | 001111111000111110100010111010110011111101010110011111010011111110001111101000101110101100111111010101100111101101011110 | 3f8fa2eb3f567d3f8fa2eb3f567b5e |
UTF-8 | ºV}ºV{^ | 1100001010010111110000101011101011000010100000110101011001111101110000101001011111000010101110101100001010000011010101100111101101011110 | c297c2bac283567dc297c2bac283567b5e |
UHC | ?º?V}?º?V{^ | 00111111101010001010110000111111010101100111110100111111101010001010110000111111010101100111101101011110 | 3fa8ac3f567d3fa8ac3f567b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)