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 | û§©P | 1111101110100111100011101010100101010000 | fba78ea950 |
SJIS-WIN | ?§??P | 001111111000000110011000001111110011111101010000 | 3f81983f3f50 |
EUC-JP | û§?©P | 10001111101010111110010110100001111110000011111110001111101000101110110101010000 | 8fabe5a1f83f8fa2ed50 |
UTF-8 | û§©P | 110000111011101111000010101001111100001010001110110000101010100101010000 | c3bbc2a7c28ec2a950 |
UHC | ?§??P | 001111111010000111010111001111110011111101010000 | 3fa1d73f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)