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 | ûͦû[ | 111110111100110110001110101001101111101101011011 | fbcd8ea6fb5b |
SJIS-WIN | ?????[ | 001111110011111100111111001111110011111101011011 | 3f3f3f3f3f5b |
EUC-JP | ûÍ?¦û[ | 1000111110101011111001011000111110101010101111110011111110001111101000101100001110001111101010111110010101011011 | 8fabe58faabf3f8fa2c38fabe55b |
UTF-8 | ûͦû[ | 1100001110111011110000111000110111000010100011101100001010100110110000111011101101011011 | c3bbc38dc28ec2a6c3bb5b |
UHC | ?????[ | 001111110011111100111111001111110011111101011011 | 3f3f3f3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)