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\ | 110000111011001011000011100000010111011001011100 | c3b2c381765c |
SJIS-WIN | ????v\ | 001111110011111100111111001111110111011001011100 | 3f3f3f3f765c |
EUC-JP | Ã?Ã?v\ | 10001111101010101010101000111111100011111010101010101010001111110111011001011100 | 8faaaa3f8faaaa3f765c |
UTF-8 | òÃv\ | 11000011100000111100001010110010110000111000001111000010100000010111011001011100 | c383c2b2c383c281765c |
UHC | ?²??v\ | 00111111101010011111011100111111001111110111011001011100 | 3fa9f73f3f765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)