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 | °YV¡ | 1001000110110000100100100101100110010010010101101001000110100001 | 91b09259925691a1 |
SJIS-WIN | ?°?Y?V?? | 001111111000000110001011001111110101100100111111010101100011111100111111 | 3f818b3f593f563f3f |
EUC-JP | ?°?Y?V?¡ | 0011111110100001111010110011111101011001001111110101011000111111100011111010001011000010 | 3fa1eb3f593f563f8fa2c2 |
UTF-8 | °YV¡ | 1100001010010001110000101011000011000010100100100101100111000010100100100101011011000010100100011100001010100001 | c291c2b0c29259c29256c291c2a1 |
UHC | ?°?Y?V?¡ | 00111111101000011100011000111111010110010011111101010110001111111010001010101110 | 3fa1c63f593f563fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)