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 | ½ñ½ | 101111011111000110111101 | bdf1bd |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ?ñ? | 0011111110001111101010111101000000111111 | 3f8fabd03f |
UTF-8 | ½ñ½ | 110000101011110111000011101100011100001010111101 | c2bdc3b1c2bd |
UHC | ½?½ | 1010100011110110001111111010100011110110 | a8f63fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)