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 | ½ú¿ | 10001110101111011111101010111111 | 8ebdfabf |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??ú¿ | 0011111100111111100011111010101111100010100011111010001011000100 | 3f3f8fabe28fa2c4 |
UTF-8 | ½ú¿ | 1100001010001110110000101011110111000011101110101100001010111111 | c28ec2bdc3bac2bf |
UHC | ?½?¿ | 001111111010100011110110001111111010001010101111 | 3fa8f63fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)