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 | 譽壼穀蜊奪^ | 1110011010100011100110101110010110001101100100101110010110001101100100100100010001011110 | e6a39ae58d92e58d92445e |
EUC-JP | 譽壼穀蜊奪^ | 1110110010100101110101001110011110111001111100101110100111101101110000111010010101011110 | eca5d4e7b9f2e9edc3a55e |
UTF-8 | 譽壼穀蜊奪^ | 11101000101011011011110111100101101000111011110011100111101010011000000011101000100111001000101011100101101001011010101001011110 | e8adbde5a3bce7a980e89c8ae5a5aa5e |
UHC | 譽?穀?奪^ | 111001111110001000111111110011011101101000111111111101111010110001011110 | e7e23fcdda3ff7ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)