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 | ¶¼ìº | 10110110101111001110110010111010 | b6bcecba |
SJIS-WIN | ¶??? | 1000000111110111001111110011111100111111 | 81f73f3f3f |
EUC-JP | ¶?ìº | 101000101111100100111111100011111010101111000000100011111010001011101011 | a2f93f8fabc08fa2eb |
UTF-8 | ¶¼ìº | 1100001010110110110000101011110011000011101011001100001010111010 | c2b6c2bcc3acc2ba |
UHC | ¶¼?º | 10100010110100101010100011111001001111111010100010101100 | a2d2a8f93fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)