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 | û§¦ | 1111101110100111100011101010011010001110 | fba78ea68e |
SJIS-WIN | ?§??? | 001111111000000110011000001111110011111100111111 | 3f81983f3f3f |
EUC-JP | û§?¦? | 10001111101010111110010110100001111110000011111110001111101000101100001100111111 | 8fabe5a1f83f8fa2c33f |
UTF-8 | û§¦ | 11000011101110111100001010100111110000101000111011000010101001101100001010001110 | c3bbc2a7c28ec2a6c28e |
UHC | ?§??? | 001111111010000111010111001111110011111100111111 | 3fa1d73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)