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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獵¥裙菘 | 1110000011011000100000011000111111100101111000111110010011000011 | e0d8818fe5e3e4c3 |
EUC-JP | 獵¥裙菘 | 1110000011011010101000011110111111101010111001011110100011000101 | e0daa1efeae5e8c5 |
UTF-8 | 獵¥裙菘 | 111001111000110110110101111011111011111110100101111010001010001110011001111010001000111110011000 | e78db5efbfa5e8a399e88f98 |
UHC | 獵¥裙? | 11010110101101001010000111001101110011111101100100111111 | d6b4a1cdcfd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)