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 | 1111110011000010111100111100010001010110 | fcc2f3c456 |
SJIS-WIN | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
EUC-JP | üÂóÄV | 10001111101010111110010010001111101010101010010010001111101010111101000110001111101010101010001101010110 | 8fabe48faaa48fabd18faaa356 |
UTF-8 | üÂóÄV | 110000111011110011000011100000101100001110110011110000111000010001010110 | c3bcc382c3b3c38456 |
UHC | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)