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 | ¾ñ¢«¨° | 101111101111000110100010101010111010100010110000 | bef1a2aba8b0 |
SJIS-WIN | ??¢?¨° | 001111110011111110000001100100010011111110000001010011101000000110001011 | 3f3f81913f814e818b |
EUC-JP | ?ñ¢?¨° | 0011111110001111101010111101000010100001111100010011111110100001101011111010000111101011 | 3f8fabd0a1f13fa1afa1eb |
UTF-8 | ¾ñ¢«¨° | 110000101011111011000011101100011100001010100010110000101010101111000010101010001100001010110000 | c2bec3b1c2a2c2abc2a8c2b0 |
UHC | ¾???¨° | 101010001111101000111111001111110011111110100001101001111010000111000110 | a8fa3f3f3fa1a7a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)