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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 譽壼穀蜊団^ | 1110011010100011100110101110010110001101100100101110010110001101100100100110001101011110 | e6a39ae58d92e58d92635e |
EUC-JP | 譽壼穀蜊団^ | 1110110010100101110101001110011110111001111100101110100111101101110000111100010001011110 | eca5d4e7b9f2e9edc3c45e |
UTF-8 | 譽壼穀蜊団^ | 11101000101011011011110111100101101000111011110011100111101010011000000011101000100111001000101011100101100110111010001101011110 | e8adbde5a3bce7a980e89c8ae59ba35e |
UHC | 譽?穀??^ | 1110011111100010001111111100110111011010001111110011111101011110 | e7e23fcdda3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)