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 | ü@½Ñ | 111111000100000010001110101111011000111011010001 | fc408ebd8ed1 |
SJIS-WIN | ?@???? | 001111110100000000111111001111110011111100111111 | 3f403f3f3f3f |
EUC-JP | ü@???Ñ | 10001111101010111110010001000000001111110011111100111111100011111010101011010000 | 8fabe4403f3f3f8faad0 |
UTF-8 | ü@½Ñ | 1100001110111100010000001100001010001110110000101011110111000010100011101100001110010001 | c3bc40c28ec2bdc28ec391 |
UHC | ?@?½?? | 00111111010000000011111110101000111101100011111100111111 | 3f403fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)