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 | ??L}??L{^ | 001111110011111101001100011111010011111100111111010011000111101101011110 | 3f3f4c7d3f3f4c7b5e |
SJIS-WIN | 鴣鹿L}鴣鹿L{^ | 11101001111100111000111010101101010011000111110111101001111100111000111010101101010011000111101101011110 | e9f38ead4c7de9f38ead4c7b5e |
EUC-JP | 鴣鹿L}鴣鹿L{^ | 11110010111101011011110010101111010011000111110111110010111101011011110010101111010011000111101101011110 | f2f5bcaf4c7df2f5bcaf4c7b5e |
UTF-8 | 鴣鹿L}鴣鹿L{^ | 1110100110110100101000111110100110111001101111110100110001111101111010011011010010100011111010011011100110111111010011000111101101011110 | e9b4a3e9b9bf4c7de9b4a3e9b9bf4c7b5e |
UHC | ?鹿L}?鹿L{^ | 0011111111010110111000110100110001111101001111111101011011100011010011000111101101011110 | 3fd6e34c7d3fd6e34c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)