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 | ú°½º | 11111010101100001011110110111010 | fab0bdba |
SJIS-WIN | ?°?? | 0011111110000001100010110011111100111111 | 3f818b3f3f |
EUC-JP | ú°?º | 100011111010101111100010101000011110101100111111100011111010001011101011 | 8fabe2a1eb3f8fa2eb |
UTF-8 | ú°½º | 1100001110111010110000101011000011000010101111011100001010111010 | c3bac2b0c2bdc2ba |
UHC | ?°½º | 00111111101000011100011010101000111101101010100010101100 | 3fa1c6a8f6a8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)