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 | ñ°û½ | 11110001101100001111101110111101 | f1b0fbbd |
SJIS-WIN | ?°?? | 0011111110000001100010110011111100111111 | 3f818b3f3f |
EUC-JP | ñ°û? | 100011111010101111010000101000011110101110001111101010111110010100111111 | 8fabd0a1eb8fabe53f |
UTF-8 | ñ°û½ | 1100001110110001110000101011000011000011101110111100001010111101 | c3b1c2b0c3bbc2bd |
UHC | ?°?½ | 001111111010000111000110001111111010100011110110 | 3fa1c63fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)