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 | ¶Ì½º | 10110110110011001011110110111010 | b6ccbdba |
SJIS-WIN | ¶??? | 1000000111110111001111110011111100111111 | 81f73f3f3f |
EUC-JP | ¶Ì?º | 101000101111100110001111101010101100000000111111100011111010001011101011 | a2f98faac03f8fa2eb |
UTF-8 | ¶Ì½º | 1100001010110110110000111000110011000010101111011100001010111010 | c2b6c38cc2bdc2ba |
UHC | ¶?½º | 10100010110100100011111110101000111101101010100010101100 | a2d23fa8f6a8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)