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\ | 1110110010110001100101011110110010101001100101000111011001011100 | ecb195eca994765c |
SJIS-WIN | ?±????v\ | 001111111000000101111101001111110011111100111111001111110111011001011100 | 3f817d3f3f3f3f765c |
EUC-JP | ì±?ì©?v\ | 100011111010101111000000101000011101111000111111100011111010101111000000100011111010001011101101001111110111011001011100 | 8fabc0a1de3f8fabc08fa2ed3f765c |
UTF-8 | ì±ì©v\ | 1100001110101100110000101011000111000010100101011100001110101100110000101010100111000010100101000111011001011100 | c3acc2b1c295c3acc2a9c294765c |
UHC | ?±????v\ | 001111111010000110111110001111110011111100111111001111110111011001011100 | 3fa1be3f3f3f3f765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)