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 | ù¢[ | 100011101100001110001110101110011000111011000010100011101010001001011011 | 8ec38eb98ec28ea25b |
SJIS-WIN | ???????¢[ | 00111111001111110011111100111111001111110011111100111111100000011001000101011011 | 3f3f3f3f3f3f3f81915b |
EUC-JP | ?Ã???Â?¢[ | 0011111110001111101010101010101000111111001111110011111110001111101010101010010000111111101000011111000101011011 | 3f8faaaa3f3f3f8faaa43fa1f15b |
UTF-8 | ù¢[ | 1100001010001110110000111000001111000010100011101100001010111001110000101000111011000011100000101100001010001110110000101010001001011011 | c28ec383c28ec2b9c28ec382c28ec2a25b |
UHC | ???¹????[ | 00111111001111110011111110101001111101100011111100111111001111110011111101011011 | 3f3f3fa9f63f3f3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)